summaryrefslogtreecommitdiff
path: root/frontend/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/index.tsx')
-rw-r--r--frontend/src/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx
index 89194777..5cf2ed14 100644
--- a/frontend/src/index.tsx
+++ b/frontend/src/index.tsx
@@ -9,6 +9,7 @@ declare global {
}
window.DeckyPluginLoader?.dismountAll();
+window.DeckyPluginLoader?.deinit();
window.DeckyPluginLoader = new PluginLoader();
window.importDeckyPlugin = function (name: string) {