obv 수정

This commit is contained in:
Macbook
2026-06-09 22:30:19 +09:00
parent 7b4fc1f811
commit 420050dfb7
4 changed files with 31 additions and 7 deletions
+2
View File
@@ -1203,6 +1203,7 @@ export class ChartManager {
if (this._indicatorLoadStale(loadGen)) return;
await this.repairDualLineSeries();
this._finalizeIndicatorPaneLayout();
this._refreshAllIchimokuClouds();
this.syncChartOverlayVisibility();
@@ -1250,6 +1251,7 @@ export class ChartManager {
}
if (this._indicatorLoadStale(loadGen)) return;
await this.repairDualLineSeries();
this._finalizeIndicatorPaneLayout();
}