mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 12:46:37 +02:00
🐛 Fix text justify align text left
This commit is contained in:
parent
3f5ac58c73
commit
08a5550547
3 changed files with 5 additions and 3 deletions
|
@ -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* #{}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue