mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
Fix missing dependency
This commit is contained in:
parent
48c85d7200
commit
23bee8415a
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@
|
|||
|
||||
on-radius-1-change
|
||||
(mf/use-fn
|
||||
(mf/deps ids change-radius)
|
||||
(mf/deps ids change-radius border-radius-tokens)
|
||||
(fn [value]
|
||||
(let [token (when (symbol? value)
|
||||
(get border-radius-tokens (str value)))
|
||||
|
|
Loading…
Reference in a new issue