mirror of
https://github.com/penpot/penpot.git
synced 2025-05-07 09:15:54 +02:00
🐛 Fix call to GoToPage in viewer
This commit is contained in:
parent
0d94941001
commit
2e57d2e328
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
||||||
|
|
||||||
(defn go-to-page
|
(defn go-to-page
|
||||||
[id]
|
[id]
|
||||||
(GoToPage id))
|
(GoToPage. id))
|
||||||
|
|
||||||
;; --- Toggle Flag
|
;; --- Toggle Flag
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue