mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-02 21:16:07 +02:00
Some memory fixes
This commit is contained in:
@@ -95,6 +95,10 @@
|
||||
resizeObserver.value.disconnect();
|
||||
resizeObserver.value = null;
|
||||
}
|
||||
if (echartsInstance.value) {
|
||||
echartsInstance.value.dispose();
|
||||
echartsInstance.value = null;
|
||||
}
|
||||
});
|
||||
|
||||
function initResizeObserver() {
|
||||
|
||||
Reference in New Issue
Block a user