mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
hotkey: Enable spectators to copy via keyboard in web-public channels.
Fixes #35782.
(cherry picked from commit ea97d1a77a)
This commit is contained in:
@@ -1314,6 +1314,7 @@ export function process_hotkey(e, hotkey) {
|
|||||||
"show_lightbox",
|
"show_lightbox",
|
||||||
"toggle_sender_info",
|
"toggle_sender_info",
|
||||||
"edit_message",
|
"edit_message",
|
||||||
|
"copy_with_c",
|
||||||
].includes(event_name)
|
].includes(event_name)
|
||||||
) {
|
) {
|
||||||
spectators.login_to_access();
|
spectators.login_to_access();
|
||||||
|
|||||||
Reference in New Issue
Block a user