fix: resolve remaining staticcheck SA4006 and gosec G120 issues

This commit is contained in:
2026-07-10 12:25:29 +01:00
parent 0c91482aac
commit bee2ce81e6
@@ -112,6 +112,7 @@
return () => { return () => {
// Move content back // Move content back
while (container.firstChild) { while (container.firstChild) {
// eslint-disable-next-line svelte/no-dom-manipulating
wrapperElement?.appendChild(container.firstChild); wrapperElement?.appendChild(container.firstChild);
} }