diff --git a/src/instance/events.js b/src/instance/events.js index 68a06ad764..ed98c3156d 100644 --- a/src/instance/events.js +++ b/src/instance/events.js @@ -71,6 +71,7 @@ fn[args ? 'apply' : 'call'](this, args); } log.events && console.groupEnd(); + Platform.flush(); } }, instanceEventListener: function(event) {