fantasy-ngzorro 1.3.4 → 1.3.5

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.
@@ -2104,18 +2104,16 @@
2104
2104
  break;
2105
2105
  case 'Enter':
2106
2106
  console.log('this.activeDom', this.activeDom);
2107
- if (this.activeDom instanceof ngZorroAntd.NzSelectComponent) {
2108
- this.activeSelectedComponentOpen = this.activeDom.open;
2109
- if (this.activeSelectedComponentOpen === false) {
2110
- console.log('执行过程10');
2111
- this.focusDom(this.activeDomX, this.activeDomY);
2112
- }
2113
- break;
2114
- }
2115
- if (this.activeDomX === this.collectDomList.length - 1) {
2116
- console.log('执行过程qqq');
2117
- this.addNewLineAndFocus();
2118
- }
2107
+ // if (this.activeDom instanceof NzSelectComponent) {
2108
+ // this.activeSelectedComponentOpen = this.activeDom.open;
2109
+ // if (this.activeSelectedComponentOpen === false) {
2110
+ // console.log('执行过程10');
2111
+ // this.focusDom(this.activeDomX, this.activeDomY);
2112
+ // }
2113
+ // } else if (this.activeDomX === this.collectDomList.length - 1) {
2114
+ // console.log('执行过程qqq');
2115
+ // this.addNewLineAndFocus();
2116
+ // }
2119
2117
  break;
2120
2118
  case 'Escape':
2121
2119
  if (this.activeDom instanceof ngZorroAntd.NzSelectComponent) {