mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
76461: Enable rewrap in html mail compose. r=ducarroz sr=sspitzer
This commit is contained in:
parent
edd519ef65
commit
df7447f563
@ -537,7 +537,7 @@ var defaultController =
|
||||
return true;
|
||||
} catch (ex) { return false; }
|
||||
case "cmd_rewrap":
|
||||
return !composeHTML && !focusedElement;
|
||||
return !focusedElement;
|
||||
|
||||
//Format Menu
|
||||
case "cmd_decreaseFont":
|
||||
|
Loading…
Reference in New Issue
Block a user