To reproduce: 1. [Go to the demo page](https://incubator.app.fi/enhanced-rich-text-editor-demo/enhanced-rich-text-editor) 2. Use the example "Basic Rich Text Editor with Tab-stops" 3. Remove the indentation in the first line 4. Begin readding the indentation by using the tab key ### Expected behavior: The cursor should not move if the tab key is pressed. ### Actual behavior: (After the second Tab) The cursor moves by one to the right if the tab key is pressed.