Make it possible to auto-select the first candidate in autocomplete

This commit is contained in:
tusooa 2023-02-20 23:49:34 -05:00
commit 5468309f6a
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
5 changed files with 16 additions and 2 deletions

View file

@ -115,7 +115,8 @@ export const defaultState = {
conversationTreeAdvanced: undefined, // instance default
conversationOtherRepliesButton: undefined, // instance default
conversationTreeFadeAncestors: undefined, // instance default
maxDepthInThread: undefined // instance default
maxDepthInThread: undefined, // instance default
autocompleteSelect: undefined // instance default
}
// caching the instance default properties