mirror of
https://github.com/penpot/penpot.git
synced 2025-02-09 16:48:16 -05:00
✨ Open URL in new tab for viewer interaction
This commit is contained in:
parent
2d91c93194
commit
91d4417859
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@
|
|||
|
||||
(defn- run-gotourl-interaction
|
||||
[{:keys [url]}]
|
||||
(set! (.-href js/location) url))
|
||||
(js/window.open url "_blank"))
|
||||
|
||||
(defn- run-gotopage-interaction
|
||||
[{:keys [page]}]
|
||||
|
|
Loading…
Add table
Reference in a new issue