bustle/mobiledoc-kit

onTextInput not triggered on enter

Closed this issue · 0 comments

Somewhat related to #400

Using

editor.onTextInput({
  name: 'test',
  match: /abc\n/,
  run() {
    didMatch = true;
  }
})

and writing abc[enter] doesn't trigger the listener.