fix(store): fix

This commit is contained in:
2026-03-19 20:35:54 +08:00
parent bfd5a550af
commit bbe72251a8
3 changed files with 17 additions and 3 deletions

View File

@@ -118,6 +118,9 @@ export const adjustAllPoints: (
string,
Map<string, [number, any[], any, any[]][]>
>()
if (!(nestedMap instanceof Map)) {
return adjustedMap
}
nestedMap.forEach((innerMap, outerKey) => {
const scale = allScale[outerKey]
if (scale) {