Commit 2e8a86a9 by haojie

1

parent b920652c
...@@ -216,6 +216,9 @@ onBeforeUnmount(() => { ...@@ -216,6 +216,9 @@ onBeforeUnmount(() => {
datafeed.clearIntervalGetBars(); datafeed.clearIntervalGetBars();
datafeed = null; datafeed = null;
} }
if (widget) {
widget = null;
}
}); });
const getKLine = (tb) => { const getKLine = (tb) => {
if (!symbol.value) { if (!symbol.value) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment