mirror of
https://github.com/penpot/penpot.git
synced 2025-06-14 13:01:39 +02:00
🐛 Fix group and upgroup events naming.
This commit is contained in:
parent
45476eff0b
commit
2d4e76619f
3 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
(ns uxbox.util.debug
|
||||
"Debugging utils")
|
||||
|
||||
(def debug-options #{:bounding-boxes :group :events :rotation-handler :resize-handler :selection-center #_:simple-selection })
|
||||
(def debug-options #{:bounding-boxes :group :events :rotation-handler :resize-handler :selection-center #_:simple-selection})
|
||||
|
||||
(defonce ^:dynamic *debug* (atom #{}))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue