jaredLunde/react-hook

use window.clipboardData instead document.execCommand in useCopy

saltovo opened this issue · 0 comments

document.execCommand is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.so i think use window.clipboardData for ie 11 ,like copy-to-clipboard do.