@ones-editor/editor 2.9.8 → 2.9.9
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.
package/dist/index.js
CHANGED
|
@@ -94782,7 +94782,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
94782
94782
|
}
|
|
94783
94783
|
}
|
|
94784
94784
|
});
|
|
94785
|
-
editor.version = "2.9.
|
|
94785
|
+
editor.version = "2.9.9";
|
|
94786
94786
|
return editor;
|
|
94787
94787
|
}
|
|
94788
94788
|
function isDoc(doc2) {
|
|
@@ -94896,7 +94896,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
94896
94896
|
}
|
|
94897
94897
|
});
|
|
94898
94898
|
OnesEditorToolbar.register(editor);
|
|
94899
|
-
editor.version = "2.9.
|
|
94899
|
+
editor.version = "2.9.9";
|
|
94900
94900
|
return editor;
|
|
94901
94901
|
}
|
|
94902
94902
|
async function showDocVersions(editor, options, serverUrl) {
|