removed note detail service

This commit is contained in:
zadam
2020-02-02 10:41:43 +01:00
parent 96e2b9bc18
commit 3cd4be4e48
23 changed files with 100 additions and 97 deletions

View File

@@ -102,4 +102,8 @@ export default class NoteTitleWidget extends TabAwareWidget {
.trigger('select');
}
}
beforeUnloadListener() {
this.spacedUpdate.updateNowIfNecessary();
}
}