zenorocha / clipboard.js

:scissors: Modern copy to clipboard. No Flash. Just 3kb gzipped :clipboard:
https://clipboardjs.com
MIT License
34.03k stars 3.98k forks source link

Copying newlines doesn't work well due to compatibility issues #810

Closed MHuiG closed 2 years ago

MHuiG commented 2 years ago

Question:

https://github.com/volantis-x/hexo-theme-volantis/issues/758#issuecomment-1129562668

We have the user here who report that copying line breaks does not work well in mobile UC, QQ browser and WeChat built-in browser

How to fix: https://github.com/volantis-x/hexo-theme-volantis/issues/758#issuecomment-1129994008

The user solved the problem by himself.

https://github.com/zenorocha/clipboard.js/blob/44df750c9fa5b573d1429159d9d63c48523d2e9c/src/common/create-fake-element.js#L23

fakeElement.innerHTML = value;