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