mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 10:27:44 +08:00
修复图片上传报错问题
This commit is contained in:
parent
cfe07aa32e
commit
74de650d87
@ -41,7 +41,7 @@ function getImageUrl() {
|
||||
|
||||
// 创建图片节点
|
||||
function createImgNode() {
|
||||
const img = this.getImageUrl()
|
||||
let img = this.getImageUrl()
|
||||
if (!img) {
|
||||
return
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user