fix linting

This commit is contained in:
peterkogo
2025-04-17 10:34:47 +02:00
parent 3d18393615
commit 1083170b1d
6 changed files with 5 additions and 8 deletions
@@ -25,6 +25,7 @@ export default function (node: Element, target: Portal | undefined) {
async update(target: Portal) {
if (target !== previousTarget) {
node.parentNode?.removeChild(node);
previousTarget = target;
}
tryToMount(node, domNode, target);
},