0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-08 13:01:24 -05:00

🐛 Fix click prototype flow (#5896)

This commit is contained in:
Alejandro 2025-02-19 16:00:17 +01:00 committed by GitHub
parent 4b5d304a40
commit 7a7fa44f6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -206,7 +206,7 @@
nil))
(rx/of
(cond
(some? frame-id) (go-to-frame (uuid frame-id))
(some? frame-id) (go-to-frame frame-id)
(some? index) (go-to-frame-by-index index)
:else (go-to-frame-auto)))))))))