보조지표 추가 팝업에서 지표 드래그 이동문제
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user