🐛 Fix text justify align text left

This commit is contained in:
Alejandro Alonso 2022-10-18 12:15:18 +02:00 committed by Alonso Torres
parent 3f5ac58c73
commit 08a5550547
3 changed files with 5 additions and 3 deletions

View file

@ -74,7 +74,7 @@
#{:app.main.data.workspace.notifications/handle-pointer-update
:app.main.data.workspace.selection/change-hover-state})
(defonce ^:dynamic *debug* (atom #{#_:events}))
(defonce ^:dynamic *debug* (atom #{#_:events #_:text-outline}))
(defn debug-all! [] (reset! *debug* debug-options))
(defn debug-none! [] (reset! *debug* #{}))