🐛 Fix user select layer mode

This commit is contained in:
Alejandro Alonso 2023-06-19 10:52:20 +02:00 committed by Andrey Antukh
parent d9375c1dd1
commit 23e200dece
2 changed files with 19 additions and 20 deletions

View file

@ -43,7 +43,6 @@
(mf/use-fn
(mf/deps on-change)
(fn [event]
(js/console.log event)
(let [value (-> (dom/get-current-target event)
(dom/get-data "value")
(d/read-string))]