mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 23:01:39 +02:00
🎉 New stretch method
This commit is contained in:
parent
b73958efd0
commit
8886db7453
7 changed files with 179 additions and 89 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
(def debug-options #{:bounding-boxes :group :events #_:simple-selection})
|
||||
|
||||
(defonce ^:dynamic *debug* (atom #{}))
|
||||
(defonce ^:dynamic *debug* (atom #{:bounding-boxes}))
|
||||
|
||||
(defn debug-all! [] (reset! *debug* debug-options))
|
||||
(defn debug-none! [] (reset! *debug* #{}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue