FunctionsChatSearchKeyDownListenerChatSearchKeyDownListener CallableChatSearchKeyDownListener(this: HTMLInputElement, ev: KeyboardEvent): voidHandles the key presses while in the chat search screen. When the user presses enter, we launch the search query or save the temp options.Parametersthis: HTMLInputElementev: KeyboardEventReturns void
Handles the key presses while in the chat search screen. When the user presses enter, we launch the search query or save the temp options.