Store layout info in shape

This commit is contained in:
alonso.torres 2022-06-27 11:10:32 +02:00
parent e662a7090f
commit 3c3664535e
6 changed files with 208 additions and 157 deletions

View file

@ -106,9 +106,7 @@
"Extract the target from event instance and select it"
[^js event]
(when (some? event)
(-> event
(.-target)
(.-select))))
(-> event (.-target) (.select))))
(defn select-node
"Select element by node"