Merge branch 'master' into next53

This commit is contained in:
zadam
2022-06-02 22:32:29 +02:00
16 changed files with 1221 additions and 315 deletions

View File

@@ -219,7 +219,7 @@ export default class NoteDetailWidget extends NoteContextAwareWidget {
}
}
async beforeTabRemoveEvent({ntxIds}) {
async beforeNoteContextRemoveEvent({ntxIds}) {
if (this.isNoteContext(ntxIds)) {
await this.spacedUpdate.updateNowIfNecessary();
}