mirror of
https://github.com/penpot/penpot.git
synced 2026-03-09 11:45:40 +00:00
Merge pull request #2379 from penpot/hiru-gc-deleted-comp
✨ Add garbage collect of deleted components
This commit is contained in:
@@ -158,6 +158,10 @@
|
||||
(logjs "state" @st/state)
|
||||
nil)
|
||||
|
||||
(defn ^:export dump-data []
|
||||
(logjs "workspace-data" (get @st/state :workspace-data))
|
||||
nil)
|
||||
|
||||
(defn ^:export dump-buffer []
|
||||
(logjs "last-events" @st/last-events)
|
||||
nil)
|
||||
|
||||
Reference in New Issue
Block a user