From 1e6d8c6df00495e3a9ab9aa08ad37cab9d62a3d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Gu=CC=88ell=20Segarra?= Date: Sat, 12 Oct 2024 12:19:18 +0200 Subject: [PATCH] fix: adjust tag prevalence https://github.com/gisce/webclient/issues/1251 --- src/helpers/attributeParser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/attributeParser.ts b/src/helpers/attributeParser.ts index 38dd758..cc8e9af 100644 --- a/src/helpers/attributeParser.ts +++ b/src/helpers/attributeParser.ts @@ -274,8 +274,8 @@ const evaluateAttributes = ({ } return { - ...tagAttributes, ...finalTagAttributes, + ...tagAttributes, attrs: undefined, json_attrs: undefined, };