mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 04:08:23 +00:00
🐛 Fix multi radius input being reset to zero on blur
This commit is contained in:
parent
acef775131
commit
6b60b10cfb
@ -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…
x
Reference in New Issue
Block a user