IE 11 fix #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The drop cursor Plugin doesn't work in Internet Explorer 11 because the remove method is not available. See https://developer.mozilla.org/en-US/docs/Web/API/ChildNode/remove
If i had to say something about that it would be "please use polyfills with old browsers". Like polyfill.io.
See https://github.com/ProseMirror/prosemirror/issues/770. IE11 should work without polyfills.
@marijnh can this fix be integrated?
Yes. Not sure why I missed it when it was submitted.
Ah, seems I wasn't watching this repository and thus didn't get notified of anything that happens here.
Thanks :)