UI fixes including loop suppression when model doesnt change
This commit is contained in:
@@ -6,6 +6,8 @@ import {
|
||||
import {jBars} from './jBars.js';
|
||||
import {metadata} from "@/version.js";
|
||||
import FlexSearch from "flexsearch";
|
||||
import {useChartOrderStore} from "@/orderbuild.js";
|
||||
|
||||
|
||||
const lastBarsCache = new Map();
|
||||
|
||||
@@ -158,6 +160,7 @@ export default {
|
||||
onResolveErrorCallback('cannot resolve symbol');
|
||||
return;
|
||||
}
|
||||
useChartOrderStore().selectedSymbol = symbolItem
|
||||
// Symbol information object
|
||||
const symbolInfo = {
|
||||
ticker: symbolItem.full_name,
|
||||
|
||||
Reference in New Issue
Block a user