fix(store): fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user