mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 16:49:36 +01:00
Multi tab: cannot drop multiple tabs into separate workspace window (#219671)
(fix #212885)
This commit is contained in:
@@ -1106,7 +1106,7 @@ export class MultiEditorTabsControl extends EditorTabsControl {
|
||||
}
|
||||
|
||||
// Apply some datatransfer types to allow for dragging the element outside of the application
|
||||
this.doFillResourceDataTransfers([editor], e, isNewWindowOperation);
|
||||
this.doFillResourceDataTransfers(selectedEditors, e, isNewWindowOperation);
|
||||
|
||||
scheduleAtNextAnimationFrame(getWindow(this.parent), () => this.updateDropFeedback(tab, false, e, tabIndex));
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user