Hufe921 / canvas-editor

rich text editor by canvas/svg
https://hufe.club/canvas-editor-docs
MIT License
3.63k stars 544 forks source link

右键粘贴在http环境下不兼容 #801

Closed nakuYK closed 2 months ago

nakuYK commented 2 months ago

version

0.9.91

Link to minimal reproduction

No response

Steps to reproduce

在http环境下使用右键粘贴报错:Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'readText') Clipboard在非安全上下文中不兼容

What is expected?

是否考虑使用其它方法兼容非安全域?

What is actually happening?

不兼容

Editor Value

No response

System Info

No response

Any additional comments?

No response

nakuYK commented 2 months ago

另外clipboard.write()方法,'text/html'MIME类型在chrome86以下版本也不支持写入,是否考虑兼容?

Hufe921 commented 2 months ago

自定义方法:https://hufe.club/canvas-editor-docs/guide/override.html#paste