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:
parent
2183599c8d
commit
6c2d2e142b
12 changed files with 95 additions and 62 deletions
frontend/src
|
@ -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}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue