@angular/material 15.2.7 → 15.2.9

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.
@@ -1347,7 +1347,6 @@ class MatChipListbox extends MatChipSet {
1347
1347
  // Wait to see if focus moves to an individual chip.
1348
1348
  setTimeout(() => {
1349
1349
  if (!this.focused) {
1350
- this._propagateChanges();
1351
1350
  this._markAsTouched();
1352
1351
  }
1353
1352
  });