Skip to content

Commit

Permalink
Dropping a group on tab container append on both (microsoft#194386)
Browse files Browse the repository at this point in the history
  • Loading branch information
benibenj committed Sep 28, 2023
1 parent 9164f5d commit b792feb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}));
Expand Down

0 comments on commit b792feb

Please sign in to comment.