Skip to content

Commit 39f2418

Browse files
authored
Merge pull request #682 from Shallowmallow/PostClone-keyboardEvent
don't forget post clone for keyboard event
2 parents 4d29c43 + fcd9f13 commit 39f2418

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

haxe/ui/events/KeyboardEvent.hx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class KeyboardEvent extends UIEvent {
2222
c.altKey = this.altKey;
2323
c.ctrlKey = this.ctrlKey;
2424
c.shiftKey = this.shiftKey;
25+
postClone(c);
2526
return c;
2627
}
27-
}
28+
}

0 commit comments

Comments
 (0)