mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 17:01:39 +02:00
🐛 Fixes some issues with text shape
This commit is contained in:
parent
62d98ad265
commit
d0306ac92c
7 changed files with 30 additions and 29 deletions
|
@ -4,6 +4,11 @@
|
|||
|
||||
(def debug-options #{:bounding-boxes :group :events :rotation-handler :resize-handler :selection-center #_:simple-selection})
|
||||
|
||||
;; These events are excluded when we activate the :events flag
|
||||
(def debug-exclude-events
|
||||
#{:app.main.data.workspace.notifications/handle-pointer-update
|
||||
:app.main.data.workspace.selection/change-hover-state})
|
||||
|
||||
(defonce ^:dynamic *debug* (atom #{}))
|
||||
|
||||
(defn debug-all! [] (reset! *debug* debug-options))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue