frostyfan109 / tranql

A Translator Query Language
https://researchsoftwareinstitute.github.io/data-translator/apps/tranql
MIT License
0 stars 1 forks source link

Code mirror suggestions/auto completion doesn't work anymore #26

Closed frostyfan109 closed 5 years ago

frostyfan109 commented 5 years ago

Example of it working: image

It's not broken as of switching to react-codemirror2, as it doesn't work on the production site either, which is still on the original react-codemirror module.

Should look into how we can go about fixing this.

frostyfan109 commented 5 years ago

This issue was incorrect, see #47 for the updated issue. It was not broken before the replacement of CodeMirror with CodeMirror2.