This repository reproduces an error happening in Firefox with Slate.

  1. Click in the input
  2. Try navigating with arrow keys: it doesn't work
  3. Press a character: "Permission denied to access property nodeType" is thrown

The error comes from the `isInEditor` function which tries to read window.getSelection().anchorNode.nodeType