You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2019/12/19 07:13:12 UTC

[royale-asjs] 02/02: This flag needs to be raised somewhere other than init

This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch adg_grouped
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 4a95681d456df7186daec4f5b1a0e936bd169eb4
Author: DESKTOP-RH4S838\Yishay <yi...@hotmail.com>
AuthorDate: Thu Dec 19 09:12:22 2019 +0200

    This flag needs to be raised somewhere other than init
---
 .../royale/org/apache/royale/html/beads/SingleSelectionDragSourceBead.as | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/DragDrop/src/main/royale/org/apache/royale/html/beads/SingleSelectionDragSourceBead.as b/frameworks/projects/DragDrop/src/main/royale/org/apache/royale/html/beads/SingleSelectionDragSourceBead.as
index dca8c12..fc77962 100644
--- a/frameworks/projects/DragDrop/src/main/royale/org/apache/royale/html/beads/SingleSelectionDragSourceBead.as
+++ b/frameworks/projects/DragDrop/src/main/royale/org/apache/royale/html/beads/SingleSelectionDragSourceBead.as
@@ -187,6 +187,7 @@ package org.apache.royale.html.beads
 			}
 
 			var newEvent:Event = new Event("start", false, true);
+			continueDragOperation = true;
 			dispatchEvent(newEvent);
 			if (newEvent.defaultPrevented) {
 				continueDragOperation = false;