차트로딩중 적용
This commit is contained in:
@@ -869,11 +869,12 @@ export class ChartManager {
|
||||
this._reapplyAllPatternMarkers();
|
||||
this._removeExtraSubPanes();
|
||||
|
||||
// ② 새 순서로 재추가 (병합 호스트 → 멤버 순)
|
||||
// ② 새 순서로 재추가 (병합 호스트 → 멤버 순) — 레이아웃은 마지막에 한 번만
|
||||
this._indRunning = false;
|
||||
for (const ind of sortIndicatorsForPaneLoad(inds)) {
|
||||
const sorted = sortIndicatorsForPaneLoad(inds);
|
||||
for (const ind of sorted) {
|
||||
if (this._indicatorLoadStale(loadGen)) break;
|
||||
await this.addIndicator(ind);
|
||||
await this.addIndicator(ind, { skipLayout: true });
|
||||
}
|
||||
|
||||
if (this._indicatorLoadStale(loadGen)) return;
|
||||
|
||||
Reference in New Issue
Block a user