mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-27 04:07:13 +01:00
Dropping a group on tab container append on both (#194386)
This commit is contained in:
@@ -390,7 +390,7 @@ export class MultiEditorTabsControl extends EditorTabsControl {
|
||||
tabsContainer.classList.remove('scroll');
|
||||
|
||||
if (e.target === tabsContainer) {
|
||||
this.onDrop(e, this.tabsModel.count, tabsContainer);
|
||||
this.onDrop(e, this.groupView.count, tabsContainer);
|
||||
}
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user