mirror of
https://github.com/penpot/penpot.git
synced 2025-06-13 19:31:38 +02:00
✨ Undo/redo paths
This commit is contained in:
parent
e2cf3a5a98
commit
0455aaa4cd
7 changed files with 217 additions and 7 deletions
|
@ -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* #{}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue