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

* fix(editor): remove MDN refrence tooltips

* fix: init in constructor
pull/44958/head
Sem Bauke 2022-01-28 16:11:05 +01:00 committed by GitHub
parent 7df61af92a
commit 7ab1e98a7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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