TF-599 Preserve the state of the tree after performing actions with the mailbox
This commit is contained in:
@@ -59,7 +59,7 @@ class MailboxTree with EquatableMixin {
|
||||
return matchedNode;
|
||||
}
|
||||
|
||||
void updateNodesUIMode(SelectMode? selectMode, ExpandMode? expandMode) {
|
||||
void updateNodesUIMode({SelectMode? selectMode, ExpandMode? expandMode}) {
|
||||
if (selectMode == null && expandMode == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user