Add fixed position in viewer

This commit is contained in:
Andrés Moya 2022-03-30 15:31:42 +02:00 committed by Eva
parent c9937f6b91
commit b68fdee946
10 changed files with 172 additions and 125 deletions

View file

@ -21,3 +21,4 @@
(def current-project-id (mf/create-context nil))
(def current-page-id (mf/create-context nil))
(def current-file-id (mf/create-context nil))
(def scroll-ctx (mf/create-context nil))