fix: resolve remaining staticcheck SA4006 and gosec G120 issues
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user