提交 858a9f13 编写于 作者: D DCloud_LXH

fix(H5): setClipboardData trigger onPageScroll

上级 cc410fe7
......@@ -21,7 +21,7 @@ export function setClipboardData ({
pasteText && pasteText.remove()
const textarea = document.createElement('textarea')
textarea.id = '#clipboard'
textarea.style.position = 'absolute'
textarea.style.position = 'fixed'
textarea.style.top = '-9999px'
textarea.style.zIndex = '-9999'
document.body.appendChild(textarea)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册