mirror of
https://github.com/penpot/penpot.git
synced 2026-03-14 22:46:00 +00:00
Replace int? with number? in on-change handlers for layout item margins, min/max sizes, and layer opacity. Using int? caused float values like 8.5 to fall into the design token branch, calling (first 8.5) and crashing. Signed-off-by: Andrey Antukh <niwi@niwi.nz>