0
Fork 0
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:
mathieu.brunot 2019-02-22 03:47:14 +01:00
parent 0d94941001
commit 2e57d2e328
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -93,7 +93,7 @@
(defn go-to-page
[id]
(GoToPage id))
(GoToPage. id))
;; --- Toggle Flag