qms-angular 1.1.7 → 1.1.8
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.
- package/bundles/qms-angular.umd.js +5 -4
- package/bundles/qms-angular.umd.js.map +1 -1
- package/esm2015/lib/components/qms-nav-drawer/qms-nav-drawer.component.js +4 -4
- package/esm2015/lib/components/tree/basic-tree.component.js +3 -2
- package/fesm2015/qms-angular.js +5 -4
- package/fesm2015/qms-angular.js.map +1 -1
- package/package.json +1 -1
@@ -5263,7 +5263,8 @@
|
|
5263
5263
|
_loop_1(i);
|
5264
5264
|
}
|
5265
5265
|
this.activeNode = this.openNodes[this.openNodes.length - 1];
|
5266
|
-
if (this.disabledList.includes(this.activeNode) || expandNewChild) {
|
5266
|
+
// if (this.disabledList.includes(this.activeNode) || expandNewChild) {
|
5267
|
+
if (this.disabledList.includes(this.activeNode)) {
|
5267
5268
|
this.activeNode = '';
|
5268
5269
|
}
|
5269
5270
|
// scroll to selected node
|
@@ -29946,9 +29947,9 @@
|
|
29946
29947
|
_loop_1(i);
|
29947
29948
|
}
|
29948
29949
|
this.activeNode = this.openNodes[this.openNodes.length - 1];
|
29949
|
-
if (expandNewChild) {
|
29950
|
-
|
29951
|
-
}
|
29950
|
+
// if (expandNewChild) {
|
29951
|
+
// this.activeNode = '';
|
29952
|
+
// }
|
29952
29953
|
// scroll to selected node
|
29953
29954
|
setTimeout(function () {
|
29954
29955
|
var element = document.querySelector('.mat-tree-node.active');
|