From 5c6e8366c10bf7deb3dbf66d7f09c8cf472aa8ca Mon Sep 17 00:00:00 2001 From: Andrey Antukh <niwi@niwi.nz> Date: Wed, 20 Mar 2024 09:33:53 +0100 Subject: [PATCH] :bug: Fix unexpected exception on fix-percent functions --- common/src/app/common/svg.cljc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/src/app/common/svg.cljc b/common/src/app/common/svg.cljc index d400f01f1..1b50a9dde 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