Browse Source

[sceneEditor] Fix double drops

Clément Espeute 2 months ago
parent
commit
bf4a3b8e57
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hide/comp/SceneEditor.hx

+ 1 - 0
hide/comp/SceneEditor.hx

@@ -1127,6 +1127,7 @@ class SceneEditor {
 				@:privateAccess scene.canvas.focus();
 				onDragDrop(files, true, e);
 				e.preventDefault();
+				e.stopPropagation();
 				return;
 			}
 		}