mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
refactored "sync" table to "entity_changes"
This commit is contained in:
@@ -72,7 +72,7 @@ export default class Entrypoints extends Component {
|
||||
isProtected: todayNote.isProtected
|
||||
});
|
||||
|
||||
await ws.waitForMaxKnownSyncId();
|
||||
await ws.waitForMaxKnownEntityChangeId();
|
||||
|
||||
await appContext.tabManager.openTabWithNote(note.noteId, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user