maryvilledev / codesplainUI

Web app for breaking down and annotating Python 3 source code.
https://www.codesplain.io
GNU General Public License v3.0
2 stars 2 forks source link

Text entry is being reversed #474

Closed Hopding closed 7 years ago

Hopding commented 7 years ago

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)

  1. Open the app.
  2. Type print('test')
  3. Observe the result.

screen shot 2017-05-11 at 11 05 08 am

dane-johnson commented 7 years ago

This line needs to be added back. I failed to comment it as such but it was a guard statement against this bug.