diff --git a/services/web/frontend/js/features/source-editor/extensions/auto-complete.ts b/services/web/frontend/js/features/source-editor/extensions/auto-complete.ts index f4e3568fa3..f7a6a2435e 100644 --- a/services/web/frontend/js/features/source-editor/extensions/auto-complete.ts +++ b/services/web/frontend/js/features/source-editor/extensions/auto-complete.ts @@ -74,7 +74,6 @@ const createAutoComplete = ({ enabled, ...rest }: AutoCompleteOptions) => { return `ol-cm-completion-${completion.type}` }, interactionDelay: 0, - activateOnTypingDelay: 0, }), /** * A keymap which adds Tab for accepting a completion and Ctrl-Space for opening autocomplete.