fix: resolve remaining staticcheck SA4006 and gosec G120 issues
This commit is contained in:
@@ -112,6 +112,7 @@
|
||||
return () => {
|
||||
// Move content back
|
||||
while (container.firstChild) {
|
||||
// eslint-disable-next-line svelte/no-dom-manipulating
|
||||
wrapperElement?.appendChild(container.firstChild);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user