We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latest
官网示例
fluent-editor
uploadOption.imageUploadToServer
true
false
粘贴 word 中复制的文字内容时保留文字内容和样式, 当粘贴图片时可以粘贴图片
editor
No response
The text was updated successfully, but these errors were encountered:
@ihwf 没有复现你说的问题,我设置 uploadOption.imageUploadToServer 为 true 时( Demo ),粘贴 Word 文字内容是正常的。可否提供一个最小可复现 Demo?
另外如果你想上传图片到服务器,请参考以下 Demo: 上传图片到服务器
Sorry, something went wrong.
补充个录屏, 打开的页面是你提供的 Demo ,再补充个系统信息MacOS 12.7.6 chrome 128
MacOS 12.7.6
chrome 128
经测试是 macOS 下才会出现的 bug, 但是 Quill 本身没有这个 bug, 应该是 fluent-editor 自定义剪贴板的时候出的 bug
No branches or pull requests
Version
latest
Link to minimal reproduction
官网示例
Step to reproduce
fluent-editor
当
uploadOption.imageUploadToServer
为true
时(为了可以直接粘贴图片), 再粘贴 word 中复制的文字内容时, 文字内容都变成了图片,uploadOption.imageUploadToServer
为false
时, 可以正常粘贴 word 文字, 但无法粘贴图片了, Quill 本身没有这个 bugWhat 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
The text was updated successfully, but these errors were encountered: