chore: Default to rich content editor in website and email channel (#5357)

This commit is contained in:
Pranav Raj S 2022-09-13 05:41:42 -07:00 committed by GitHub
parent 59b31615ed
commit 8af27d861b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 3 additions and 58 deletions

View file

@ -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;
};