Closed krishnakumarcn closed 4 years ago
@krishnakumarcn Thanks for this will take a look a this later.
@krishnakumarcn The issue this line: if (cursorPos - 1 > 0)
I was checking up to position 1 don't know why I did that, just needed to change to if (cursorPos >= 0) {
. Fix is in version 0.1.3
.
One possible fix I could find is that Im showing below:
I don't know if this will break your logic somewhere else. Could you please look into it?
@fayeed