@seafile/sdoc-editor 2.0.37-alpg-0.1.2 → 2.0.37-alpg-0.1.4

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.
@@ -42,7 +42,8 @@ const SdocWikiEditor = _ref => {
42
42
  cursors
43
43
  } = document;
44
44
  newEditor.cursors = cursors || {};
45
- newEditor.width = _constants.PAGE_EDIT_AREA_WIDTH; // default width
45
+ newEditor.width = 714; // default width
46
+ console.log(2, newEditor);
46
47
  newEditor.editorType = _constants.WIKI_EDITOR;
47
48
  return newEditor;
48
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "2.0.37-alpg-0.1.2",
3
+ "version": "2.0.37-alpg-0.1.4",
4
4
  "private": false,
5
5
  "description": "This is a sdoc editor",
6
6
  "main": "dist/index.js",