Require extra context when submitting abuse reports

This commit is contained in:
2024-02-05 13:39:15 +01:00
parent e5f4d030c4
commit 94b72164e7
2 changed files with 81 additions and 17 deletions

View File

@@ -320,6 +320,7 @@ const keyboard_event = evt => {
if (
document.activeElement.type && (
document.activeElement.type === "text" ||
document.activeElement.type === "email" ||
document.activeElement.type === "textarea"
)
) {