From 7f1206afe1d47114b35367477ac44eeff6dece20 Mon Sep 17 00:00:00 2001 From: Steve Orvell Date: Thu, 3 Oct 2013 18:04:51 -0700 Subject: [PATCH] flush when polymer sees an event. --- src/instance/events.js | 1 + 1 file changed, 1 insertion(+) 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) {