mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Fixed not being able to drop block when color picker was under mouse
This commit is contained in:
parent
ab25a08ef4
commit
93f96a5a92
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ public class GestureHandler {
|
|||
|
||||
public function setDragClient(newClient:DragClient, evt:MouseEvent):void {
|
||||
Menu.removeMenusFrom(app.stage);
|
||||
if (carriedObj) return;
|
||||
if (dragClient != null) dragClient.dragEnd(evt);
|
||||
dragClient = newClient as DragClient;
|
||||
dragClient.dragBegin(evt);
|
||||
|
|
Loading…
Reference in a new issue