You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Premise: Whenever a folder is checked, it automatically checks all it's decendants.
45
-
/// Expected action: When a folder is checked, traverse it's tree to get see if any item has also been checked for which a listener needs to be updated
46
+
/// Expected action: When a folder is checked, traverse it's tree to get see if any item has also been checked
47
+
// for which a callback listener needs to be called
/// Premise: Whenever a folder is checked, it automatically checks all it's decendants.
57
-
/// Expected action: When a folder is un-checked, traverse it's tree to get see if any item has also been checked for which a listener needs to be updated
62
+
/// Expected action: When a folder is un-checked, traverse it's tree to get see if any item
63
+
// has also been checked for which a listener needs to be called
0 commit comments