Skip to content

Commit 7f1206a

Browse files
committed
flush when polymer sees an event.
1 parent 0005280 commit 7f1206a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/instance/events.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
fn[args ? 'apply' : 'call'](this, args);
7272
}
7373
log.events && console.groupEnd();
74+
Platform.flush();
7475
}
7576
},
7677
instanceEventListener: function(event) {

0 commit comments

Comments
 (0)