Skip to content

Commit

Permalink
Fix for editors that don't use extra validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-dot-org committed May 18, 2021
1 parent 5eae6e2 commit 7c640fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/src/code-studio/initializeCodeMirror.js
Expand Up @@ -116,7 +116,7 @@ function initializeCodeMirror(target, mode, options = {}) {
lineWrapping: true,
gutters: ['CodeMirror-lint-markers'],
lint: {
getAnnotations,
getAnnotations: additionalAnnotations ? getAnnotations : undefined,
onUpdateLinting
}
});
Expand Down

0 comments on commit 7c640fd

Please sign in to comment.