@colijnit/corecomponents_v12 12.2.1 → 12.2.2

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.
@@ -2538,7 +2538,6 @@
2538
2538
  configurable: true
2539
2539
  });
2540
2540
  BaseInputComponent.prototype.onClick = function (event) {
2541
- event.stopPropagation();
2542
2541
  if (this.canChange && !this.noClickFocus) {
2543
2542
  this.requestFocus();
2544
2543
  if (!this.excludeUserModelChange) {