mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
This reverts commit 60cb5fb9dd
.
This commit is contained in:
parent
fad1b671dc
commit
1e9767ad35
@ -264,10 +264,10 @@ class OneLineEditor extends PureComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (this._mayContainNunjucks(this.getValue())) {
|
if (this._mayContainNunjucks(this.getValue())) {
|
||||||
// return;
|
return;
|
||||||
}
|
}
|
||||||
// NOTE: Temporary fix to address losing values when toggling between CM and traditional input instances
|
|
||||||
// this.setState({ mode: MODE_INPUT });
|
this.setState({ mode: MODE_INPUT });
|
||||||
}
|
}
|
||||||
|
|
||||||
_setEditorRef(n) {
|
_setEditorRef(n) {
|
||||||
|
Loading…
Reference in New Issue
Block a user