Last typed word becomes invisible on typing a space, comma or dot ( . ). #1
Closed
Description
I added the repo in my project as written in Readme. I had to override the chars() and codePoints() method in com.rose.editor.common.Content class (I had to override it because I got a error saying that I should implement the inherited abstract methods).
All things work fine except when I type a space, comma or a dot ( . )
I'm using AIDE to compile and run the project.
Any help or guidance is appreciated.