this.removeOldTool()}>
{OldTool &&
}
-
+ {SelectedTool == 'pos-html-tool' ? (
+
+ ) : (
+
+ )}
);
From cee9293073044c2b396dd48ef732d33427665278 Mon Sep 17 00:00:00 2001
From: jg10 <181532694+jg10-mastodon-social@users.noreply.github.com>
Date: Sun, 16 Nov 2025 23:34:48 +1100
Subject: [PATCH 5/5] fix(pos-html-tool): shadow:false avoids rendering issues
---
elements/src/components/pos-html-tool/pos-html-tool.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elements/src/components/pos-html-tool/pos-html-tool.tsx b/elements/src/components/pos-html-tool/pos-html-tool.tsx
index 1c3471cd..63324981 100644
--- a/elements/src/components/pos-html-tool/pos-html-tool.tsx
+++ b/elements/src/components/pos-html-tool/pos-html-tool.tsx
@@ -3,7 +3,7 @@ import { sanitizeHtmlTool } from './sanitizeHtmlTool';
@Component({
tag: 'pos-html-tool',
- shadow: true,
+ shadow: false,
})
export class PosHtmlTool {
/**