Merge pull request #22866 from overleaf/mj-typing-delay

[web] Remove activateOnTypingDelay from CM6 autocomplete

GitOrigin-RevId: 79c39932fce818f13bada824ceaecedd15d36b21
This commit is contained in:
Mathias Jakobsen
2025-01-20 11:50:42 +00:00
committed by Copybot
parent 5b7ca476a7
commit 144334ec58
@@ -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.