fix: Fixed issue where a new note would not be correctly synced after making changes
This commit is contained in:
@@ -25,6 +25,10 @@ export class NoteSyncController {
|
||||
|
||||
constructor(private application: WebApplication, private item: SNNote) {}
|
||||
|
||||
setItem(item: SNNote) {
|
||||
this.item = item
|
||||
}
|
||||
|
||||
deinit() {
|
||||
if (this.saveTimeout) {
|
||||
clearTimeout(this.saveTimeout)
|
||||
|
||||
Reference in New Issue
Block a user