fix(Popup): legacy removeNode
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
export function removeNode(el: Node) {
|
||||
const parent = el.parentNode;
|
||||
|
||||
if (parent) {
|
||||
parent.removeChild(el);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user