mirror of
https://github.com/penpot/penpot.git
synced 2026-03-03 16:54:19 +00:00
✨ Open URL in new tab for viewer interaction
This commit is contained in:
@@ -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]}]
|
||||
|
||||
Reference in New Issue
Block a user