mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-26 18:06:43 +01:00
fix #52093
This commit is contained in:
@@ -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) => {
|
||||
`);
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user