dtable-ui-component 0.1.96-test4 → 0.1.96-test5

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.
@@ -160,7 +160,7 @@ var SingleSelectEditor = /*#__PURE__*/function (_React$Component) {
160
160
  className: "dtable-ui-single-select-editor"
161
161
  }, /*#__PURE__*/React.createElement("div", {
162
162
  ref: this.setEditorRef,
163
- className: "dtable-ui-single-select-editor-container d-inline-block",
163
+ className: option ? '' : 'd-inline-block',
164
164
  onClick: this.onAddOptionToggle
165
165
  }, option ? /*#__PURE__*/React.createElement("div", {
166
166
  className: "dtable-ui-single-select-option-container"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "0.1.96-test4",
3
+ "version": "0.1.96-test5",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "0.0.9",