mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
note title widget and protected session entering fixes
This commit is contained in:
@@ -617,6 +617,9 @@ class ConsistencyChecks {
|
||||
|
||||
await this.findSyncRowsIssues();
|
||||
|
||||
// root branch should always be expanded
|
||||
await sql.execute("UPDATE branches SET isExpanded = 1 WHERE branchId = 'root'");
|
||||
|
||||
if (this.unrecoveredConsistencyErrors) {
|
||||
// we run this only if basic checks passed since this assumes basic data consistency
|
||||
|
||||
|
||||
Reference in New Issue
Block a user