mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 06:28:23 +00:00
send_later: Add keyboard navigation to message scheduling modal.
Fixes: #25404.
This commit is contained in:
committed by
Tim Abbott
parent
fa112adcb7
commit
cb69413301
@@ -1,6 +1,11 @@
|
||||
import $ from "jquery";
|
||||
|
||||
const list_selectors = ["#stream_filters", "#global_filters", "#user_presences"];
|
||||
const list_selectors = [
|
||||
"#stream_filters",
|
||||
"#global_filters",
|
||||
"#user_presences",
|
||||
"#send_later_options",
|
||||
];
|
||||
|
||||
export function inside_list(e: JQuery.KeyDownEvent | JQuery.KeyPressEvent): boolean {
|
||||
const $target = $(e.target);
|
||||
|
||||
Reference in New Issue
Block a user