This commit is contained in:
Timothy Jaeryang Baek
2025-09-13 00:30:00 +04:00
parent 680adea4e7
commit 56a8973fa0

View File

@@ -76,6 +76,9 @@ export function getSuggestionRenderer(Component: any, ComponentProps = {}) {
if (container?.parentNode) container.parentNode.removeChild(container);
container = null;
if (refEl?.parentNode) refEl.parentNode.removeChild(refEl);
refEl = null;
}
};
};