fix(editor): Add quickSuggestions false to editor options (#38899)
This commit is contained in:
@ -120,7 +120,8 @@ class Editor extends Component {
|
||||
dragAndDrop: true,
|
||||
lightbulb: {
|
||||
enabled: false
|
||||
}
|
||||
},
|
||||
quickSuggestions: false
|
||||
};
|
||||
|
||||
this._editor = null;
|
||||
|
Reference in New Issue
Block a user