@app-studio/web 0.3.43 → 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.
|
@@ -3453,7 +3453,7 @@ var TextFieldView = function TextFieldView(_ref) {
|
|
|
3453
3453
|
var fieldStyles = _extends({
|
|
3454
3454
|
margin: 0,
|
|
3455
3455
|
paddingVertical: 8,
|
|
3456
|
-
|
|
3456
|
+
paddingHorizontal: 0,
|
|
3457
3457
|
width: '100%',
|
|
3458
3458
|
heigth: '100%',
|
|
3459
3459
|
border: 'none',
|
|
@@ -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
|
};
|