Dropping a group on tab container append on both (#194386)

This commit is contained in:
Benjamin Simmonds
2023-09-28 11:13:03 +01:00
committed by GitHub
parent 9164f5d2da
commit b792feb9ed
@@ -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);
}
}
}));