This commit is contained in:
Benjamin Pasero
2018-06-18 10:20:52 +02:00
parent b8fe7d0be6
commit e13eeeb3fa
@@ -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) => {
`);
}
}
});
});