Undo/redo paths

This commit is contained in:
alonso.torres 2021-04-16 11:13:20 +02:00
parent e2cf3a5a98
commit 0455aaa4cd
7 changed files with 217 additions and 7 deletions

View file

@ -13,7 +13,7 @@
#{:app.main.data.workspace.notifications/handle-pointer-update
:app.main.data.workspace.selection/change-hover-state})
(defonce ^:dynamic *debug* (atom #{}))
(defonce ^:dynamic *debug* (atom #{#_:events}))
(defn debug-all! [] (reset! *debug* debug-options))
(defn debug-none! [] (reset! *debug* #{}))