mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Editor should not handle all draggable objects (fixes #9179)
This commit is contained in:
@@ -80,6 +80,7 @@ export class ElectronWindow {
|
||||
|
||||
function cleanUp(): void {
|
||||
draggedExternalResources = void 0;
|
||||
|
||||
if (dropOverlay) {
|
||||
dropOverlay.destroy();
|
||||
dropOverlay = void 0;
|
||||
|
||||
Reference in New Issue
Block a user