This commit is contained in:
helloDy
2023-11-30 15:04:17 +08:00
parent a2672c1742
commit 1d3372ed69
10 changed files with 9441 additions and 8935 deletions

View File

@@ -125,11 +125,8 @@ export default {
// 取消自动聚焦 start
this.Quill?.enable(false);
this.$nextTick(() => {
this.Quill?.enable(true);
this.Quill?.blur();
// if (!this.readOnly) {
// this.Quill?.enable();
// }
this.Quill?.enable(true);
});
// 如果设置了上传地址则自定义图片上传事件
if (this.type === 'url') {