Fix:修复mindMap.export方法代码错误

This commit is contained in:
wanglin2 2023-08-24 18:02:58 +08:00
parent 850b9ed936
commit d206d6dd99

View File

@ -291,7 +291,7 @@ class MindMap {
let result = await this.doExport.export(...args)
return result
} catch (error) {
this.mindMap.opt.errorHandler(ERROR_TYPES.EXPORT_ERROR, error)
this.opt.errorHandler(ERROR_TYPES.EXPORT_ERROR, error)
}
}