Fix:修复mindMap.export方法代码错误
This commit is contained in:
parent
850b9ed936
commit
d206d6dd99
@ -291,7 +291,7 @@ class MindMap {
|
|||||||
let result = await this.doExport.export(...args)
|
let result = await this.doExport.export(...args)
|
||||||
return result
|
return result
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.mindMap.opt.errorHandler(ERROR_TYPES.EXPORT_ERROR, error)
|
this.opt.errorHandler(ERROR_TYPES.EXPORT_ERROR, error)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user