mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 15:11:47 +02: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))
|
nil))
|
||||||
(rx/of
|
(rx/of
|
||||||
(cond
|
(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)
|
(some? index) (go-to-frame-by-index index)
|
||||||
:else (go-to-frame-auto)))))))))
|
:else (go-to-frame-auto)))))))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue