Add garbage collect of deleted components

This commit is contained in:
Andrés Moya 2022-09-23 10:20:20 +02:00
parent c9ba5ff31e
commit c5b875c925
3 changed files with 87 additions and 2 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)