mirror of
https://github.com/penpot/penpot.git
synced 2025-03-14 00:31:34 -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)
|
dirty-ref (mf/use-ref false)
|
||||||
|
|
||||||
;; Last value input by the user we need to store to save on unmount
|
;; Last value input by the user we need to store to save on unmount
|
||||||
|
last-value* (mf/use-var value)
|
||||||
last-value* (mf/use-var nil)
|
|
||||||
|
|
||||||
parse-value
|
parse-value
|
||||||
(mf/use-fn
|
(mf/use-fn
|
||||||
|
|
Loading…
Add table
Reference in a new issue