Add write methods to prototype API

This commit is contained in:
alonso.torres 2024-07-23 16:55:32 +02:00
parent 6454e878dd
commit 2d25df33ce
8 changed files with 622 additions and 45 deletions

View file

@ -352,7 +352,7 @@
(openViewer
[_]
(let [params {:page-id (:current-page-id @st/state)
(let [params {:page-id (:current-page-id @st/state)
:file-id (:current-file-id @st/state)
:section "interactions"}]
(st/emit! (dw/go-to-viewer params))))