mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -05:00
🐛 Fix multi radius input being reset to zero on blur
This commit is contained in:
parent
acef775131
commit
6b60b10cfb
1 changed files with 1 additions and 2 deletions
|
@ -59,8 +59,7 @@
|
|||
dirty-ref (mf/use-ref false)
|
||||
|
||||
;; Last value input by the user we need to store to save on unmount
|
||||
|
||||
last-value* (mf/use-var nil)
|
||||
last-value* (mf/use-var value)
|
||||
|
||||
parse-value
|
||||
(mf/use-fn
|
||||
|
|
Loading…
Add table
Reference in a new issue