mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 10:46:13 +02:00
📚 Document visual debug utlities
This commit is contained in:
parent
85b17442de
commit
0512a8dc5f
2 changed files with 31 additions and 2 deletions
|
@ -35,5 +35,5 @@
|
|||
(logjs "state" @store/state))
|
||||
|
||||
(defn dump-objects []
|
||||
(let [page-id (get @store/state :page-id)]
|
||||
(let [page-id (get @store/state :current-page-id)]
|
||||
(logjs "state" (get-in @store/state [:workspace-data page-id :objects]))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue