提交 0e242679 编写于 作者: J Johannes Rieken

stop the right event

上级 856a9c0d
......@@ -119,7 +119,7 @@ export class BaseActionItem extends EventEmitter implements IActionItem {
}
});
this.builder.on(DOM.EventType.CLICK, (e: MouseEvent) => {
DOM.EventHelper.stop(event, true);
DOM.EventHelper.stop(e, true);
setTimeout(() => this.onClick(e), 50);
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册