Require extra context when submitting abuse reports
This commit is contained in:
@@ -320,6 +320,7 @@ const keyboard_event = evt => {
|
||||
if (
|
||||
document.activeElement.type && (
|
||||
document.activeElement.type === "text" ||
|
||||
document.activeElement.type === "email" ||
|
||||
document.activeElement.type === "textarea"
|
||||
)
|
||||
) {
|
||||
|
Reference in New Issue
Block a user