@seafile/seafile-editor 3.0.29-beta → 3.0.30

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.
@@ -174,8 +174,7 @@ const RenderTableContainer = (_ref, editor) => {
174
174
  style: {
175
175
  position: 'relative'
176
176
  },
177
- "data-id": element.id,
178
- className: "sf-table"
177
+ "data-id": element.id
179
178
  }, /*#__PURE__*/_react.default.createElement("table", {
180
179
  ref: tableRef,
181
180
  onMouseDown: handleMouseDown,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-editor",
3
- "version": "3.0.29-beta",
3
+ "version": "3.0.30",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {