From dca198c8977e1cc72cdc7ebfac9711096d0974dd Mon Sep 17 00:00:00 2001 From: philter Date: Tue, 8 Oct 2024 17:00:13 +0000 Subject: [PATCH] Drag and drop into layouts without Cmd modifier Implementing @alxgibsn's suggestion that we allow dragging and dropping into layouts without the Cmd key modifier. Now anytime a layout eligible child is dragged over a layout or child layouts, we display the drag and drop UX (unless the layout is locked). Diffs= ab13be54d Drag and drop into layouts without Cmd modifier (#8293) --- .rive_head | 2 +- wasm/submodules/rive-runtime | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rive_head b/.rive_head index a451bcd..857ea82 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -bc4d42b7b3d24c4ba12d3f2af32904c910d37d70 +ab13be54df9e69b44581d0e3fd8c6069e34d7528 diff --git a/wasm/submodules/rive-runtime b/wasm/submodules/rive-runtime index 7d2dbd3..4666d8e 160000 --- a/wasm/submodules/rive-runtime +++ b/wasm/submodules/rive-runtime @@ -1 +1 @@ -Subproject commit 7d2dbd3f259ca67d35fa50a33d1d0055221539a8 +Subproject commit 4666d8e43219970d3f08b6bb32deeeed979081e1