Remove modes from codemirror change hooks

pull/21726/head
Phil Renaud 3 months ago
parent 3cb95cee43
commit c87a78ddff

@ -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'),

Loading…
Cancel
Save