提交 3c2ced25 编写于 作者: B Benjamin Pasero

DND: prevent bubble up

上级 0dba5abc
......@@ -516,7 +516,7 @@ export class TabsTitleControl extends TitleControl {
// Open resources if found
if (resources.length) {
e.preventDefault();
DOM.EventHelper.stop(e, true);
this.editorService.openEditors(resources.map(resource => {
return {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册