Remove modes from codemirror change hooks

pull/21726/head
Phil Renaud 2024-09-12 15:14:03 -04:00
parent 3cb95cee43
commit c87a78ddff
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ const DEFAULTS = {
lineNumbers: true,
theme: 'hashi',
showCursorWhenSelecting: true,
gutters: ['CodeMirror-lint-markers'],
lint: true,
};
export default Component.extend({
settings: service('settings'),