Closed MHuiG closed 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;
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