mirror of
https://github.com/penpot/penpot.git
synced 2025-03-19 11:11:21 -05: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
|
||||
[id]
|
||||
(GoToPage id))
|
||||
(GoToPage. id))
|
||||
|
||||
;; --- Toggle Flag
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue