@app-studio/web 0.3.44 → 0.3.45

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.
package/dist/web.esm.js CHANGED
@@ -3877,7 +3877,7 @@ var SelectView = function SelectView(_ref6) {
3877
3877
  return setIsFocused(true);
3878
3878
  };
3879
3879
  var handleClick = function handleClick(event) {
3880
- event.stopPropagation();
3880
+ if (event && event.stopPropagation) event.stopPropagation();
3881
3881
  setHide(!hide);
3882
3882
  setIsFocused(!isFocused);
3883
3883
  };