From e664642341f71c066c0b89755ad5a9fb95716ea0 Mon Sep 17 00:00:00 2001 From: Macbook Date: Mon, 22 Jun 2026 00:21:40 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B0=A8=ED=8A=B8=20=EB=A7=88=EC=9A=B0?= =?UTF-8?q?=EC=8A=A4=20=EC=8A=A4=ED=81=AC=EB=A1=A4=20=ED=99=95=EB=8C=80=20?= =?UTF-8?q?=EC=B6=95=EC=86=8C=20=EA=B8=B0=EB=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/utils/ChartManager.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/utils/ChartManager.ts b/frontend/src/utils/ChartManager.ts index d2b8fbd..4c62018 100644 --- a/frontend/src/utils/ChartManager.ts +++ b/frontend/src/utils/ChartManager.ts @@ -417,7 +417,8 @@ export class ChartManager { // pressedMouseMove: TradingChart 에서 커스텀 패닝 처리 (드로잉·클릭과 충돌 방지) // horzTouchDrag: 보조 pane 터치 드래그가 메인 timeScale 과 어긋나는 현상 방지 — TradingChart 커스텀 패닝만 사용 handleScroll: { mouseWheel: true, pressedMouseMove: false, horzTouchDrag: false, vertTouchDrag: false }, - handleScale: { axisPressedMouseMove: true, axisDoubleClickReset: true, mouseWheel: false, pinch: true }, + // mouseWheel: 플롯·시간축 휠 좌우 줌. 우측 가격축 라벨은 TradingChart wheel capture 에서 preventDefault 후 세로 줌. + handleScale: { axisPressedMouseMove: true, axisDoubleClickReset: true, mouseWheel: true, pinch: true }, }); this._applyDisplayTimezoneOptions();