Backspace or Canc on IE11

Hello, writing a paragraph (i.e. HELLO), positioning the cursor after the H and pressing backsape the H is deleted but the cursor is positioned after the O (end of the document) and not before the E as expected. You can experiment a similar behavior even with more paragraphs each time you delete the first character of the paragrph the cursor is positioned at the end of the whole document. The bug is present also on the prose-mirror home page.

A similar bug is present if you position the cursor before the H and press the canc button. In practice each time you delete the first character of a paragraph the cursor is positioned at the end of the document.

Weird. This patch should help with that.

Many thanks, we will try and let you know.

Excuse me marijn is there a simple way to build the package? I tried to download the source files and build it with npm build but the result (dist) was not usable in my project (based on Angular 8). I am also trying to build the whole prosemirror but I am unable to do it (pm install is not working correctly).