Skip to content

Commit

Permalink
@:style props should be @:clonable and @:keep
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Jan 17, 2024
1 parent d02b6fa commit 5bb138a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion haxe/ui/macros/Macros.hx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ class Macros {
return $p{["style", f.name]};
});
getter.addMeta(":style");
//getter.addMeta(":clonable");
getter.addMeta(":keep");
getter.addMeta(":clonable");
getter.addMeta(":dox", [macro group = "Style properties"]);

var codeBuilder = new CodeBuilder(macro {
Expand Down

0 comments on commit 5bb138a

Please sign in to comment.