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.iife.js
CHANGED
|
@@ -76122,7 +76122,9 @@ Averrage Date/Second ${avgDataRatePS} kb
|
|
|
76122
76122
|
cmp.dispose = () => {
|
|
76123
76123
|
viewer.dispose();
|
|
76124
76124
|
cmpContainer.dispose();
|
|
76125
|
-
|
|
76125
|
+
queueMicrotask(() => {
|
|
76126
|
+
reactRoot.unmount();
|
|
76127
|
+
});
|
|
76126
76128
|
};
|
|
76127
76129
|
return cmp;
|
|
76128
76130
|
};
|