Improved selection handlers

This commit is contained in:
alonso.torres 2020-05-21 10:50:28 +02:00
parent ca5091d8b0
commit f199317f47
5 changed files with 176 additions and 121 deletions

View file

@ -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 #{}))