hotkeys: Modify draft toggle behavior.

This commit is contained in:
Cynthia Lin
2017-10-20 10:21:08 -07:00
committed by Tim Abbott
parent fef7d6ba09
commit e7de4f5d74
3 changed files with 7 additions and 11 deletions

View File

@@ -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 errortrying to open ' + opts.name +
' before closing ' + open_overlay_name);
return;
}