Hello,
if I insert quotation marks (") in the situation given below, I get an RangeError-Exception that crashes the editor:
The checkRanges-Method in @common/lezer throws this error if from>=to and in this case both values are 17 so the error is thrown. Isn’t this an error in this function? Shouldn’t it be from>to? I wonder why nobody else reported this bahavior, so I’m quite confident that the error is on my side.
Thanks in advance!