@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.
@@ -3884,7 +3884,7 @@ var SelectView = function SelectView(_ref6) {
3884
3884
  return setIsFocused(true);
3885
3885
  };
3886
3886
  var handleClick = function handleClick(event) {
3887
- event.stopPropagation();
3887
+ if (event && event.stopPropagation) event.stopPropagation();
3888
3888
  setHide(!hide);
3889
3889
  setIsFocused(!isFocused);
3890
3890
  };