mirror of
https://github.com/HackPlan/vue-weui-ueditor.git
synced 2026-04-30 12:51:43 +08:00
修复 imageScaleEnabled 开启后依旧无法调整图片大小的 BUG
This commit is contained in:
2
dist/vue-weui-ueditor.min.js
vendored
2
dist/vue-weui-ueditor.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -226,7 +226,7 @@
|
||||
window.addEventListener('scroll', this.onScroll, false);
|
||||
});
|
||||
});
|
||||
}
|
||||
},
|
||||
beforeDestroy() {
|
||||
window.removeEventListener('scroll', this.onScroll, false);
|
||||
},
|
||||
|
||||
4
static/ueditor.all.min.js
vendored
4
static/ueditor.all.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user