提交 48221a28 编写于 作者: L lang

tweak

上级 17b08bb9
......@@ -30,6 +30,7 @@ require('./lib/component/polar');
require('./lib/component/geo');
require('./lib/component/parallel');
require('./lib/component/singleAxis');
require('./lib/component/brush');
require('./lib/component/title');
......
......@@ -730,9 +730,10 @@ define(function (require) {
this[IN_MAIN_PROCESS] = false;
!silent && this._messageCenter.trigger(eventObj.type, eventObj);
this._flushPendingActions();
!silent && this._messageCenter.trigger(eventObj.type, eventObj);
};
echartsProto._flushPendingActions = function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册