dtable-ui-component 4.4.30-beta3 → 4.4.31
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.
|
@@ -55,6 +55,7 @@ class LongTextPreview extends _react.default.PureComponent {
|
|
|
55
55
|
const {
|
|
56
56
|
value
|
|
57
57
|
} = this.props;
|
|
58
|
+
|
|
58
59
|
// If image is included, sets the preview height to the maximum height
|
|
59
60
|
const hasImage = (value === null || value === void 0 ? void 0 : (_value$images = value.images) === null || _value$images === void 0 ? void 0 : _value$images.length) >= 2 ? true : false;
|
|
60
61
|
let {
|