diff options
Diffstat (limited to 'frontend/src/index.tsx')
| -rw-r--r-- | frontend/src/index.tsx | 1 |
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) { |
