chore(client): fix typecheck issues

This commit is contained in:
Elian Doran
2025-07-30 23:46:43 +03:00
parent 29b813fa3b
commit 8a587d4d21
8 changed files with 79 additions and 11 deletions

View File

@@ -187,7 +187,7 @@ export default class JumpToNoteDialog extends BasicWidget {
}
}
showInFullText(e: JQuery.TriggeredEvent) {
showInFullText(e: JQuery.TriggeredEvent | KeyboardEvent) {
// stop from propagating upwards (dangerous, especially with ctrl+enter executable javascript notes)
e.preventDefault();
e.stopPropagation();