提交 57c833a8 编写于 作者: B Benjamin Pasero

fix broken tabs dnd

上级 f6da401f
......@@ -360,7 +360,6 @@ export class TabsTitleControl extends TitleControl {
// Open on Click
this.tabDisposeables.push(DOM.addDisposableListener(tab, DOM.EventType.MOUSE_DOWN, (e: MouseEvent) => {
DOM.EventHelper.stop(e);
tab.blur();
if (e.button === 0 /* Left Button */ && !DOM.findParentWithClass(<any>e.target || e.srcElement, 'monaco-action-bar', 'tab')) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册