chore: Default to rich content editor in website and email channel (#5357)
This commit is contained in:
parent
59b31615ed
commit
8af27d861b
6 changed files with 3 additions and 58 deletions
|
@ -42,10 +42,6 @@ export const hasPressedAltAndNKey = e => {
|
|||
return e.altKey && e.keyCode === 78;
|
||||
};
|
||||
|
||||
export const hasPressedAltAndWKey = e => {
|
||||
return e.altKey && e.keyCode === 87;
|
||||
};
|
||||
|
||||
export const hasPressedAltAndAKey = e => {
|
||||
return e.altKey && e.keyCode === 65;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue