Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Alejandro Alonso 2022-10-20 12:12:54 +02:00
commit e6b2c40441
12 changed files with 136 additions and 12 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}))
(defonce ^:dynamic *debug* (atom #{#_:events #_:text-outline}))
(defn debug-all! [] (reset! *debug* debug-options))
(defn debug-none! [] (reset! *debug* #{}))