fix(editor): remove reference tool-tips (#44949)

* fix(editor): remove MDN refrence tooltips

* fix: init in constructor
This commit is contained in:
Sem Bauke
2022-01-28 16:11:05 +01:00
committed by GitHub
parent 7df61af92a
commit 7ab1e98a7f

View File

@ -253,6 +253,9 @@ const Editor = (props: EditorProps): JSX.Element => {
lightbulb: {
enabled: false
},
hover: {
enabled: false
},
quickSuggestions: false,
suggestOnTriggerCharacters: false
};