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 f7a6a2435e..f4e3568fa3 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,6 +74,7 @@ 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.