보조지표 추가 팝업에서 지표 드래그 이동문제

This commit is contained in:
Macbook
2026-06-03 02:16:48 +09:00
parent 8de3b77479
commit 8cba6a612a
5 changed files with 114 additions and 25 deletions
@@ -45,7 +45,7 @@ export function updateCustomTab(
...patch,
name: patch.name != null ? patch.name.trim() : tabs[idx].name,
indicatorTypes: patch.indicatorTypes != null
? [...new Set(patch.indicatorTypes)]
? [...patch.indicatorTypes]
: tabs[idx].indicatorTypes,
};
tabs[idx] = next;