@ones-editor/editor 2.9.2-beta.1 → 2.9.2

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2196,7 +2196,7 @@ div.scroll-container-root > div.container-scroll-tool .container-left-border-sha
2196
2196
  div.scroll-container-root > div.container-scroll-tool .container-scrollbar {
2197
2197
  position: absolute;
2198
2198
  left: 0;
2199
- z-index: 1000;
2199
+ z-index: 700;
2200
2200
  visibility: visible;
2201
2201
  overflow-x: auto;
2202
2202
  overflow-y: hidden;
@@ -94697,7 +94697,7 @@ ${JSON.stringify(error2, null, 2)}`);
94697
94697
  }
94698
94698
  }
94699
94699
  });
94700
- editor.version = "2.9.2-beta.1";
94700
+ editor.version = "2.9.2";
94701
94701
  return editor;
94702
94702
  }
94703
94703
  function isDoc(doc2) {
@@ -94811,7 +94811,7 @@ ${JSON.stringify(error2, null, 2)}`);
94811
94811
  }
94812
94812
  });
94813
94813
  OnesEditorToolbar.register(editor);
94814
- editor.version = "2.9.2-beta.1";
94814
+ editor.version = "2.9.2";
94815
94815
  return editor;
94816
94816
  }
94817
94817
  async function showDocVersions(editor, options, serverUrl) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "2.9.2-beta.1",
3
+ "version": "2.9.2",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "dependencies": {