mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
hotkeys: Modify draft toggle behavior.
This commit is contained in:
@@ -57,7 +57,7 @@ exports.open_overlay = function (opts) {
|
||||
}
|
||||
|
||||
if (active_overlay || open_overlay_name || close_handler) {
|
||||
blueslip.error('Programming error--trying to open ' + opts.name +
|
||||
blueslip.error('Programming error — trying to open ' + opts.name +
|
||||
' before closing ' + open_overlay_name);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user