You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jhildenbiddle, thanks for your contributions, it is much appreciated! I originally put this plugin together quickly for a specific use case we had targeting developers specifically on modern browsers. Thanks for your efforts to improve it.
Two issues:
docsify-copy-code/index.js
Lines 6 to 8 in 7cbe2d4
querySelectorAll
returns a NodeList, and not all browsers provide aforEach
method on NodeLists.Arrow functions are not support in IE (or older evergreen browsers).
Fixed by #3
The text was updated successfully, but these errors were encountered: