mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
empty page on new tab nw offers list of available workspaces
This commit is contained in:
@@ -391,8 +391,7 @@ sqlInit.dbReady.then(() => {
|
||||
setTimeout(cls.wrap(sync), 5000);
|
||||
});
|
||||
|
||||
if (sqlInit.isDbInitialized())
|
||||
{
|
||||
if (sqlInit.isDbInitialized()) {
|
||||
// called just so ws.setLastSyncedPush() is called
|
||||
getLastSyncedPush();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user