mirror of
https://github.com/penpot/penpot.git
synced 2026-09-07 12:40:12 +00:00
🐛 Fix call to GoToPage in viewer
This commit is contained in:
parent
0d94941001
commit
2e57d2e328
@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
(defn go-to-page
|
(defn go-to-page
|
||||||
[id]
|
[id]
|
||||||
(GoToPage id))
|
(GoToPage. id))
|
||||||
|
|
||||||
;; --- Toggle Flag
|
;; --- Toggle Flag
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user