-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
ChildNode.remove() is not supported by IE11 which docsify v4.x officially supports. The use of this method is breaking https://docsify.js.org/ for IE11 users.
docsify-plugin-carbon/index.js
Line 20 in 31136a7
| window.DocsifyCarbon.scriptEl.remove() |
Should be:
window.DocsifyCarbon.scriptEl.parentNode.removeChild(window.DocsifyCarbon.scriptEl)I would have created a PR, but you don't have a build in place to generate index.min.js.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels