mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 13:36:14 +02: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
|
(defn- run-gotourl-interaction
|
||||||
[{:keys [url]}]
|
[{:keys [url]}]
|
||||||
(set! (.-href js/location) url))
|
(js/window.open url "_blank"))
|
||||||
|
|
||||||
(defn- run-gotopage-interaction
|
(defn- run-gotopage-interaction
|
||||||
[{:keys [page]}]
|
[{:keys [page]}]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue