mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
fix(mail(js)): respect thread level while loading headers
Going from the skeleton view to the populated view is smoother if we respet the thread indentation.
This commit is contained in:
@@ -1046,6 +1046,10 @@
|
||||
data.collapsed = true;
|
||||
}
|
||||
}
|
||||
else if (!isNaN(data.level) && data.level >= 0) {
|
||||
data.threadMember = true;
|
||||
}
|
||||
|
||||
} else {
|
||||
data = {uid: msg};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user