Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Jun 18, 2018
1 parent b8fe7d0 commit e13eeeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vs/workbench/browser/parts/editor/tabsTitleControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -1188,4 +1189,4 @@ registerThemingParticipant((theme: ITheme, collector: ICssStyleCollector) => {
`);
}
}
});
});

0 comments on commit e13eeeb

Please sign in to comment.