buggood first issue
Repository metrics
- Stars
- (530 stars)
- PR merge metrics
- (PR metrics pending)
Description
Version
latest
Link to minimal reproduction
Step to reproduce
- 从 word 文档复制文字内容
- 粘贴到
fluent-editor - 所有文字变成了一张图片
当
uploadOption.imageUploadToServer为true时(为了可以直接粘贴图片), 再粘贴 word 中复制的文字内容时, 文字内容都变成了图片,uploadOption.imageUploadToServer为false时, 可以正常粘贴 word 文字, 但无法粘贴图片了, Quill 本身没有这个 bug
What is expected
粘贴 word 中复制的文字内容时保留文字内容和样式, 当粘贴图片时可以粘贴图片
What is actually happening
- 当
uploadOption.imageUploadToServer为true时, 粘贴 word 中复制的文字内容所有文字变成了一张图片;
uploadOption.imageUploadToServer为false时, 可以正常粘贴 word 文字, 但却无法粘贴图片了
What is your project name
editor
Any additional comments (optional)
No response