vim-web 0.4.1-dev.3 → 0.4.1-dev.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vim-web.iife.js +3 -1
- package/dist/vim-web.iife.js.map +1 -1
- package/dist/vim-web.js +3 -1
- package/dist/vim-web.js.map +1 -1
- package/package.json +1 -1
package/dist/vim-web.js
CHANGED
|
@@ -76106,7 +76106,9 @@ function createViewer$1(container, settings2 = {}, coreSettings = {}) {
|
|
|
76106
76106
|
cmp.dispose = () => {
|
|
76107
76107
|
viewer.dispose();
|
|
76108
76108
|
cmpContainer.dispose();
|
|
76109
|
-
|
|
76109
|
+
queueMicrotask(() => {
|
|
76110
|
+
reactRoot.unmount();
|
|
76111
|
+
});
|
|
76110
76112
|
};
|
|
76111
76113
|
return cmp;
|
|
76112
76114
|
};
|