Commit 2e8a86a9 by haojie

1

parent b920652c
......@@ -216,6 +216,9 @@ onBeforeUnmount(() => {
datafeed.clearIntervalGetBars();
datafeed = null;
}
if (widget) {
widget = null;
}
});
const getKLine = (tb) => {
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