Closed Hopding closed 7 years ago
Text entry should not be reversed.
Text entry is being reversed. E.g. if I type print('test') into CodeMirror, )'tset'(tnirp is displayed instead.
print('test')
)'tset'(tnirp
This line needs to be added back. I failed to comment it as such but it was a guard statement against this bug.
Expected Behavior
Text entry should not be reversed.
Current Behavior
Text entry is being reversed. E.g. if I type
print('test')
into CodeMirror,)'tset'(tnirp
is displayed instead.Steps to Reproduce (for bugs)
print('test')