ngx-rs-ant 1.9.2 → 1.9.4

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.
@@ -798,7 +798,7 @@ class BoxItemComponent {
798
798
  constructor() {
799
799
  this.style = {};
800
800
  this.config = {};
801
- this.wrapperDivIndex = 0;
801
+ this.wrapperDivIndex = 10;
802
802
  this.leaveOneItem = new EventEmitter();
803
803
  }
804
804
  get _direction() {