🐛 Fixes problems with rotation handlers

This commit is contained in:
alonso.torres 2020-04-28 09:08:55 +02:00
parent 7a93a06770
commit 2e54989357
2 changed files with 6 additions and 4 deletions

View file

@ -3,7 +3,7 @@
(:require
[uxbox.main.store :as store]))
(def debug-options #{:bounding-boxes :group :events #_:simple-selection})
(def debug-options #{:bounding-boxes :group :events :rotation-handler #_:simple-selection })
(defonce ^:dynamic *debug* (atom #{}))