This is an automated email from the ASF dual-hosted git repository.
harbs 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 a2f4eb4 Oops. Lost the event dispatch
a2f4eb4 is described below
commit a2f4eb4228c2c79999ebeb378308edc6e0b3e47b
Author: Harbs <[email protected]>
AuthorDate: Sun Jan 2 12:07:58 2022 +0200
Oops. Lost the event dispatch
---
.../Core/src/main/royale/org/apache/royale/core/HTMLElementWrapper.as | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/HTMLElementWrapper.as
b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/HTMLElementWrapper.as
index b284e63..4eefa8c 100644
---
a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/HTMLElementWrapper.as
+++
b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/HTMLElementWrapper.as
@@ -186,6 +186,8 @@ package org.apache.royale.core
if(value is IBead){
addBead(_model);
}
+ sendStrandEvent(this,"modelChanged");
+
}
}