🐛 Fixes some issues with text shape

This commit is contained in:
alonso.torres 2020-12-04 17:35:13 +01:00 committed by Alonso Torres
parent 62d98ad265
commit d0306ac92c
7 changed files with 30 additions and 29 deletions

View file

@ -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))