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:
parent
4b5d304a40
commit
7a7fa44f6b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue