Hi, thank you for your useful editor. I think I have found a small bug. Wh

Hi, thank you for your useful editor.
I think I have found a small bug.

When I open the editor component, write a paragraph and finally use the indent button, a javascript error shows up. I have tested it in several different browsers.

TypeError: t.keyboardEvent is undefined - Firefox
TypeError: Cannot read property 'shiftKey' of undefined - Chrome

indent(e, t) {
      if (t && t.keyboardEvent.shiftKey || this.disabled || !this.range0) return !1;
      document.execCommand('indent')
}
  • the source in the debug console

Could you please look into it?