1
0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-05-24 10:16:11 +02:00

Improve reflow texts

This commit is contained in:
alonso.torres 2022-12-02 12:17:32 +01:00
parent 2183599c8d
commit 6c2d2e142b
12 changed files with 95 additions and 62 deletions
frontend/src

View file

@ -91,6 +91,10 @@
;; These events are excluded when we activate the :events flag
(def debug-exclude-events
#{:app.main.data.workspace.notifications/handle-pointer-update
:app.main.data.workspace.notifications/handle-pointer-send
:app.main.data.workspace.persistence/update-persistence-status
:app.main.data.workspace.changes/update-indices
:app.main.data.websocket/send-message
:app.main.data.workspace.selection/change-hover-state})
(defonce ^:dynamic *debug* (atom #{#_:events}))