fix(editor): remove reference tool-tips (#44949)
* fix(editor): remove MDN refrence tooltips * fix: init in constructor
This commit is contained in:
@ -253,6 +253,9 @@ const Editor = (props: EditorProps): JSX.Element => {
|
|||||||
lightbulb: {
|
lightbulb: {
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
|
hover: {
|
||||||
|
enabled: false
|
||||||
|
},
|
||||||
quickSuggestions: false,
|
quickSuggestions: false,
|
||||||
suggestOnTriggerCharacters: false
|
suggestOnTriggerCharacters: false
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user