@mozaic-ds/angular 2.0.36 → 2.0.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12026,9 +12026,6 @@ class MozTreeComponent {
|
|
|
12026
12026
|
for (const parentId of newlyLoadedParentIds) {
|
|
12027
12027
|
this.selectionService.propagateOnChildrenLoaded(parentId);
|
|
12028
12028
|
}
|
|
12029
|
-
if (newlyLoadedParentIds.length > 0) {
|
|
12030
|
-
this.selectionChange.emit(this.selectionService.allSelectedIds());
|
|
12031
|
-
}
|
|
12032
12029
|
});
|
|
12033
12030
|
}
|
|
12034
12031
|
onTreeKeydown(event) {
|