提交 e13eeeb3 编写于 作者: B Benjamin Pasero

fix #52093

上级 b8fe7d0b
......@@ -168,6 +168,7 @@ export class TabsTitleControl extends TitleControl {
// Return if the target is not on the tabs container
if (e.target !== this.tabsContainer) {
this.updateDropFeedback(this.tabsContainer, false); // fixes https://github.com/Microsoft/vscode/issues/52093
return;
}
......@@ -1188,4 +1189,4 @@ registerThemingParticipant((theme: ITheme, collector: ICssStyleCollector) => {
`);
}
}
});
});
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册