Multi tab: cannot drop multiple tabs into separate workspace window (#219671)

(fix #212885)
This commit is contained in:
Benjamin Pasero
2024-07-02 18:40:07 +02:00
committed by GitHub
parent cacaccb42f
commit a375a9bb4f
@@ -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));
},