Editor should not handle all draggable objects (fixes #9179)

This commit is contained in:
Benjamin Pasero
2016-07-13 15:30:53 +02:00
parent 4d85f2edb3
commit 3c14dfe7df
2 changed files with 29 additions and 13 deletions

View File

@@ -80,6 +80,7 @@ export class ElectronWindow {
function cleanUp(): void {
draggedExternalResources = void 0;
if (dropOverlay) {
dropOverlay.destroy();
dropOverlay = void 0;