0
Fork 0
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:
Florian Schroedl 2024-05-16 09:59:55 +02:00
parent 48c85d7200
commit 23bee8415a

View file

@ -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)))