basesite-shared-grid-lib 15.10.306 → 15.10.307

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.
@@ -2569,6 +2569,7 @@ class GridLibraryComponent {
2569
2569
  }
2570
2570
  onBtnClick(e) {
2571
2571
  this.btnClickHandler.emit(e.rowData);
2572
+ e.stopPropagation();
2572
2573
  }
2573
2574
  onSaveGridColumnState(event) {
2574
2575
  if (this.isOverride || !this.gridStateLoaded) {