mirror of
https://github.com/penpot/penpot.git
synced 2026-05-04 23:59:12 +00:00
🐛 Fix click prototype flow (#5896)
This commit is contained in:
parent
4b5d304a40
commit
7a7fa44f6b
@ -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)))))))))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user