Drop-zone autolayout calculation

This commit is contained in:
alonso.torres 2022-10-10 11:51:52 +02:00
parent 8bcb9e1976
commit 025cac0228
7 changed files with 339 additions and 13 deletions

View file

@ -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* #{}))