fix(editor): Add quickSuggestions false to editor options (#38899)

This commit is contained in:
Lasse Jørgensen
2020-05-26 15:40:45 +02:00
committed by GitHub
parent 912e7a5c2f
commit 9e01ead291

View File

@ -120,7 +120,8 @@ class Editor extends Component {
dragAndDrop: true,
lightbulb: {
enabled: false
}
},
quickSuggestions: false
};
this._editor = null;