add space #43

Merged
bragaz_rexita merged 1 commits from lavoce into main 2026-04-14 07:25:49 +00:00
Showing only changes of commit 9000d5da71 - Show all commits

View File

@@ -135,7 +135,6 @@ const setValSvg = (listenTopic, svg) => {
// el.setAttribute('text-anchor', 'middle');
// el.setAttribute('x', '10%');
// }
if (typeof value === 'boolean') {
handleBoolean(svg, el, value);
} else if (!isNaN(value)) {