Merge pull request #2379 from penpot/hiru-gc-deleted-comp

 Add garbage collect of deleted components
This commit is contained in:
Andrey Antukh 2022-10-04 13:59:53 +02:00 committed by GitHub
commit fc01acffc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 89 additions and 3 deletions

View file

@ -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)