Merge branch 'develop' into mkjs-n

This commit is contained in:
tamaina
2023-05-29 13:02:41 +00:00
116 changed files with 2386 additions and 1892 deletions

View File

@@ -122,7 +122,13 @@ export class NoteReadService implements OnApplicationShutdown {
}
}
onApplicationShutdown(signal?: string | undefined): void {
@bindThis
public dispose(): void {
this.#shutdownController.abort();
}
@bindThis
public onApplicationShutdown(signal?: string | undefined): void {
this.dispose();
}
}