fix(富文本): 修复富文本图片上传被压缩不清晰bug

This commit is contained in:
xinxin.wu 2024-12-19 12:48:42 +08:00 committed by 刘瑞斌
parent 1c33b854d9
commit 7dbc18889e
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@
ExtensionText,
ExtensionImage.configure({
inline: true,
allowBase64: true,
allowBase64: false,
HTMLAttributes: {
loading: 'lazy',
},