mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 12:31:39 +02:00
🐛 Fix problem with multiple elements in flex
This commit is contained in:
parent
641f8fb250
commit
9994b705d4
5 changed files with 55 additions and 15 deletions
|
@ -41,7 +41,7 @@
|
|||
min-value (d/parse-double min-value)
|
||||
max-value (d/parse-double max-value)
|
||||
step-value (d/parse-double step-value 1)
|
||||
default (d/parse-double default 0)
|
||||
default (d/parse-double default (when-not nillable? 0))
|
||||
|
||||
select-on-focus? (d/nilv (unchecked-get props "selectOnFocus") true)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue