fix tree focusing issues

This commit is contained in:
zadam
2020-06-03 11:06:45 +02:00
parent e7330c1104
commit 3c5db844ba
4 changed files with 96 additions and 79 deletions

View File

@@ -125,6 +125,7 @@ async function setExpanded(req) {
if (branchId !== 'root') {
await sql.execute("UPDATE branches SET isExpanded = ? WHERE branchId = ?", [expanded, branchId]);
// we don't sync expanded label
// also this does not trigger updates to the frontend, this would trigger too many reloads
}
}