mirror of
https://github.com/penpot/penpot.git
synced 2025-07-22 21:37:13 +02:00
✨ Remove atom wrapping on public-uri
This commit is contained in:
parent
d11b007795
commit
0aefd044dc
14 changed files with 41 additions and 43 deletions
|
@ -117,7 +117,7 @@
|
|||
(let [router (:router state)
|
||||
path (resolve router rname path-params query-params)
|
||||
name (or name "_blank")
|
||||
uri (assoc @cf/public-uri :fragment path)]
|
||||
uri (assoc cf/public-uri :fragment path)]
|
||||
(dom/open-new-window uri name nil)))))
|
||||
|
||||
(defn nav-back
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue