mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 09:21:37 +02:00
🐛 Remove xlinkHref to resolve Safari problem
This commit is contained in:
parent
5a07599fc7
commit
edce45095e
9 changed files with 15 additions and 15 deletions
|
@ -264,7 +264,7 @@
|
|||
:embed embed}
|
||||
|
||||
(when-let [component-id (:component-id @state)]
|
||||
[:use {:x 0 :y 0 :xlinkHref (str "#" component-id)}])]]
|
||||
[:use {:x 0 :y 0 :href (str "#" component-id)}])]]
|
||||
|
||||
])))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue