mirror of
https://github.com/penpot/penpot.git
synced 2026-03-09 19:56:05 +00:00
🐛 Fix call to GoToPage in viewer
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
|
||||
(defn go-to-page
|
||||
[id]
|
||||
(GoToPage id))
|
||||
(GoToPage. id))
|
||||
|
||||
;; --- Toggle Flag
|
||||
|
||||
|
||||
Reference in New Issue
Block a user