mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
stream_edit: Use e.key instead of deprecated e.which.
Tested by making sure Enter works as expected in Stream membership input in Stream setttings.
This commit is contained in:
committed by
Tim Abbott
parent
7f87ea7e79
commit
f2aae91cc1
@@ -301,7 +301,7 @@ test_ui("subscriber_pills", (override) => {
|
||||
"keyup",
|
||||
".subscriber_list_add form",
|
||||
);
|
||||
event.which = 13;
|
||||
event.key = "Enter";
|
||||
|
||||
// Only Denmark stream pill is created and a
|
||||
// request is sent to add all it's subscribers.
|
||||
|
||||
Reference in New Issue
Block a user