mirror of
https://github.com/penpot/penpot.git
synced 2025-04-30 19:36:19 +02:00
Cleanup
This commit is contained in:
parent
3182ff1e15
commit
b0d46e1767
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@
|
||||||
(let [{:keys [key fields]} modal]
|
(let [{:keys [key fields]} modal]
|
||||||
(dom/stop-propagation event)
|
(dom/stop-propagation event)
|
||||||
(st/emit! (dt/set-token-type-section-open type true))
|
(st/emit! (dt/set-token-type-section-open type true))
|
||||||
(js/console.log "key" key)
|
|
||||||
(modal/show! key {:x (.-clientX ^js event)
|
(modal/show! key {:x (.-clientX ^js event)
|
||||||
:y (.-clientY ^js event)
|
:y (.-clientY ^js event)
|
||||||
:position :right
|
:position :right
|
||||||
|
|
Loading…
Add table
Reference in a new issue