mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
feat(client/ts): port note_list
This commit is contained in:
@@ -54,7 +54,7 @@ class NoteContextAwareWidget extends BasicWidget {
|
||||
*
|
||||
* @returns true when an active note exists
|
||||
*/
|
||||
isEnabled() {
|
||||
isEnabled(): boolean | null | undefined {
|
||||
return !!this.note;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user