feat(client/ts): port note_list

This commit is contained in:
Elian Doran
2025-01-28 14:13:21 +02:00
parent 15c63f52dc
commit 546274a79d
4 changed files with 25 additions and 14 deletions

View File

@@ -54,7 +54,7 @@ class NoteContextAwareWidget extends BasicWidget {
*
* @returns true when an active note exists
*/
isEnabled() {
isEnabled(): boolean | null | undefined {
return !!this.note;
}