mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 07:06:39 +02:00
✨ Drop-zone autolayout calculation
This commit is contained in:
parent
8bcb9e1976
commit
025cac0228
7 changed files with 339 additions and 13 deletions
|
@ -74,7 +74,7 @@
|
|||
#{:app.main.data.workspace.notifications/handle-pointer-update
|
||||
:app.main.data.workspace.selection/change-hover-state})
|
||||
|
||||
(defonce ^:dynamic *debug* (atom #{#_:events #_:text-outline}))
|
||||
(defonce ^:dynamic *debug* (atom #{#_:events}))
|
||||
|
||||
(defn debug-all! [] (reset! *debug* debug-options))
|
||||
(defn debug-none! [] (reset! *debug* #{}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue