mirror of
https://github.com/penpot/penpot.git
synced 2025-05-16 01:36:38 +02:00
✨ Add public function for enable event stream debugging.
This commit is contained in:
parent
5e91f05a7b
commit
8f2e31cafa
2 changed files with 15 additions and 7 deletions
|
@ -84,3 +84,8 @@
|
|||
[]
|
||||
(when (= "main" (unchecked-get js/window app-sym))
|
||||
(reinit)))
|
||||
|
||||
(defn ^:export toggle-debug
|
||||
[]
|
||||
(swap! st/*debug* not))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue