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 2020/10/22 10:47:37 UTC

[royale-asjs] branch develop updated: Fix spark royale failure

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 7ef876a  Fix spark royale failure
7ef876a is described below

commit 7ef876a65d1a91375ae9e199cb91b5937a93c091
Author: Yishay Weiss <yi...@yell.com>
AuthorDate: Thu Oct 22 11:47:18 2020 +0100

    Fix spark royale failure
---
 .../projects/SparkRoyale/src/main/royale/spark/components/List.as       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/List.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/List.as
index 81cf37f..9e1d995 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/List.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/List.as
@@ -40,7 +40,6 @@ import mx.core.IVisualElement;
 import mx.core.InteractionMode;
 import mx.core.ScrollPolicy;
 import mx.core.UIComponentGlobals;
-import mx.events.DragEvent;
 import mx.events.FlexEvent;
 import mx.events.SandboxMouseEvent;
 import mx.events.TouchInteractionEvent;
@@ -54,6 +53,7 @@ import spark.events.RendererExistenceEvent;
 import spark.layouts.supportClasses.DropLocation;
 
  */  //ListBase and List share selection properties that are mx_internal
+import mx.events.DragEvent;
 import mx.core.DragSource;
 import org.apache.royale.html.beads.SingleSelectionDragSourceBead;
 import org.apache.royale.html.beads.SingleSelectionDragImageBead;