🐛 Fix group and upgroup events naming.

This commit is contained in:
Andrey Antukh 2020-06-09 16:15:56 +02:00
parent 45476eff0b
commit 2d4e76619f
3 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
(ns uxbox.util.debug
"Debugging utils")
(def debug-options #{:bounding-boxes :group :events :rotation-handler :resize-handler :selection-center #_:simple-selection })
(def debug-options #{:bounding-boxes :group :events :rotation-handler :resize-handler :selection-center #_:simple-selection})
(defonce ^:dynamic *debug* (atom #{}))