فهرست منبع

[sceneEditor] Fix double drops

Clément Espeute 2 ماه پیش
والد
کامیت
bf4a3b8e57
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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;
 			}
 		}