diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2023-02-27 14:09:28 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2023-02-27 14:09:28 +0000 |
| commit | 602c48d1fb1aded83cc59365f7bb2d1a375c51b3 (patch) | |
| tree | ec247f37a44f507ca36f53b32bc99b847d74fcf1 /src/modules/instance.js | |
| parent | eec27700f0199e6f9cf478a4945d6939d28e5931 (diff) | |
| parent | 5468309f6aefbc61467338d2a96f29d6c416cc54 (diff) | |
Merge branch 'tusooa/1250-autocomplete-select' into 'develop'
Make it possible to auto-select the first candidate in autocomplete
Closes #1250
See merge request pleroma/pleroma-fe!1789
Diffstat (limited to 'src/modules/instance.js')
| -rw-r--r-- | src/modules/instance.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/instance.js b/src/modules/instance.js index 16f72583..938ca64d 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -104,6 +104,7 @@ const defaultState = { conversationOtherRepliesButton: 'below', conversationTreeFadeAncestors: false, maxDepthInThread: 6, + autocompleteSelect: false, // Nasty stuff customEmoji: [], |
