mirror of https://github.com/rancher/ui.git
Fix potenital infinite loop during process events
This commit is contained in:
parent
22f70fc953
commit
22745ac92c
|
|
@ -111,6 +111,7 @@ export default Mixin.create({
|
|||
Ember.beginPropertyChanges();
|
||||
while ( event ) {
|
||||
if ( !event.data ) {
|
||||
event = queue.dequeue();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue