mirror of
https://github.com/penpot/penpot.git
synced 2025-06-14 04:31:40 +02:00
🐛 Fixes problems with groups
This commit is contained in:
parent
b0318d3144
commit
de476383bd
7 changed files with 46 additions and 27 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
(def debug-options #{:bounding-boxes :group :events #_:simple-selection})
|
||||
|
||||
(defonce ^:dynamic *debug* (atom #{:bounding-boxes}))
|
||||
(defonce ^:dynamic *debug* (atom #{}))
|
||||
|
||||
(defn debug-all! [] (reset! *debug* debug-options))
|
||||
(defn debug-none! [] (reset! *debug* #{}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue