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

[Editor] fix highlighting disappearing when updating CodeMirror #566

Closed solkaz closed 7 years ago

solkaz commented 7 years ago

Description

This PR ensures that highlighting in the CodeMirror instance does not vanish when updating the instance. It checks if the props that update the CodeMirror instance have changed and sets a state variable

Motivation and Context

Fixes #564

Checklist:

Browsers