What Happened?
this issue is a limitation due to using CodeMirror as the only way to edit config.edn in the db version.
Once codemirror is set to readonly there is no way to edit config.edn to reset the setting π€¦ββοΈ in the MD version it was possible to just edit the text file.
Reproduce the Bug
- Navigate to config.edn from settings
- modify codemirror options to enable readonly mode:
:editor/extra-codemirror-options
{:lineWrapping true ; Default value: false
:lineNumbers true ; Default value: true
:readOnly true} ; Default value: false
- Now its impossible to reset it
What Happened?
this issue is a limitation due to using CodeMirror as the only way to edit config.edn in the db version.
Once codemirror is set to readonly there is no way to edit config.edn to reset the setting π€¦ββοΈ in the MD version it was possible to just edit the text file.
Reproduce the Bug