element-web/src
Luke Barnard 7a8f524f4a Remove two possible sources for the "AutoComplete stays visible bug
which is now https://github.com/vector-im/riot-web/issues/4537 <- there.

This does two things:
 - Track which query was the most recent one requesting completion and only process completions for that one. (In this case the empty string "" doesn't have any completions but we still track it so that previous calls with non-empty queries would not race and cause completions to be shown when we actuall don't want any.)
 - Make the "do we want to show the AutoComplete box?" logic a bit more sane
2017-07-07 15:30:31 +01:00
..
async-components/views/dialogs
autocomplete
components Remove two possible sources for the "AutoComplete stays visible bug 2017-07-07 15:30:31 +01:00
i18n/strings
stores
utils
wrappers
AddThreepid.js
Analytics.js
Avatar.js
BasePlatform.js
CallHandler.js
CallMediaHandler.js
ComposerHistoryManager.js
ContentMessages.js
createRoom.js
DateUtils.js
dispatcher.js
email.js
Entities.js
extend.js
HtmlUtils.js
ImageUtils.js
index.js
Invite.js
KeyCode.js
KeyRequestHandler.js
languageHandler.js
Lifecycle.js
linkify-matrix.js
Login.js
Markdown.js
MatrixClientPeg.js
Modal.js
Notifier.js
ObjectUtils.js
PageTypes.js
PasswordReset.js
phonenumber.js
PlatformPeg.js
Presence.js
ratelimitedfunc.js
Resend.js
RichText.js
Roles.js
RoomListSorter.js
RoomNotifs.js
Rooms.js
RtsClient.js
ScalarAuthClient.js
ScalarMessaging.js
SdkConfig.js
Skinner.js
SlashCommands.js
stripped-emoji.json
TabComplete.js
TabCompleteEntries.js
TextForEvent.js
Tinter.js
UiEffects.js
UnknownDeviceErrorHandler.js
Unread.js
UserActivity.js
UserSettingsStore.js
Velociraptor.js
VelocityBounce.js
WhoIsTyping.js