Skip to content

Commit

Permalink
clone related items when event is cloned
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Oct 31, 2024
1 parent fb2c43f commit 3ab5f92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions haxe/ui/events/ItemEvent.hx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class ItemEvent extends UIEvent {
c.target = this.target;
c.data = this.data;
c.canceled = this.canceled;
c.relatedEvent = this.relatedEvent;
c.relatedComponent = this.relatedComponent;
postClone(c);
return c;
}
Expand Down

0 comments on commit 3ab5f92

Please sign in to comment.