🐛 Fixes problems with groups

This commit is contained in:
alonso.torres 2020-04-24 13:56:12 +02:00
parent b0318d3144
commit de476383bd
7 changed files with 46 additions and 27 deletions

View file

@ -3,7 +3,7 @@
(def debug-options #{:bounding-boxes :group :events #_:simple-selection})
(defonce ^:dynamic *debug* (atom #{:bounding-boxes}))
(defonce ^:dynamic *debug* (atom #{}))
(defn debug-all! [] (reset! *debug* debug-options))
(defn debug-none! [] (reset! *debug* #{}))