ng-tailwind 2.24.330 → 2.24.331

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.
@@ -6726,6 +6726,8 @@
6726
6726
  }
6727
6727
  else if (!selectableElement.isSelected && this.isSelectedElement(selectableElement)) {
6728
6728
  this.selectedElements = this.selectedElements.filter(function (selectedElement) { return selectedElement.uuid !== selectableElement.uuid; });
6729
+ ;
6730
+ this.onNativeChange(selectableElement);
6729
6731
  if (this.displayOnlySelected && !this.selectedElements.length) {
6730
6732
  this.displayOnlySelected = false;
6731
6733
  }