perf: 修复account、dc、promserver的resize时的bug
This commit is contained in:
@@ -484,4 +484,8 @@ export const chartResizeTool = {
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export function blankPromise() {
|
||||
return new Promise(resolve => {resolve();});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user