diff --git a/common/src/app/common/svg.cljc b/common/src/app/common/svg.cljc index d400f01f1a..1b50a9dded 100644 --- a/common/src/app/common/svg.cljc +++ b/common/src/app/common/svg.cljc @@ -995,6 +995,9 @@ (= key :style) attrs + (= key :unicode) + attrs + (str/starts-with? (d/name key) "data-") attrs