We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Two issues:
docsify-copy-code/index.js
Lines 6 to 8 in 7cbe2d4
querySelectorAll returns a NodeList, and not all browsers provide a forEach method on NodeLists.
querySelectorAll
forEach
Arrow functions are not support in IE (or older evergreen browsers).
Fixed by #3