mirror of
https://github.com/penpot/penpot.git
synced 2026-09-06 20:18:39 +00:00
✨ Open URL in new tab for viewer interaction
This commit is contained in:
parent
2d91c93194
commit
91d4417859
@ -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…
x
Reference in New Issue
Block a user