mirror of
https://github.com/penpot/penpot.git
synced 2025-06-15 21:11:39 +02:00
✨ Improved selection handlers
This commit is contained in:
parent
ca5091d8b0
commit
f199317f47
5 changed files with 176 additions and 121 deletions
|
@ -1,7 +1,7 @@
|
|||
(ns uxbox.util.debug
|
||||
"Debugging utils")
|
||||
|
||||
(def debug-options #{:bounding-boxes :group :events :rotation-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