@ones-editor/editor 2.1.1-beta.92 → 2.1.1-beta.93
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
|
@@ -79800,6 +79800,10 @@ ${content}
|
|
|
79800
79800
|
if (!isRootBlock(focusBlock)) {
|
|
79801
79801
|
return list2.filter((id) => id !== "insert-table");
|
|
79802
79802
|
}
|
|
79803
|
+
const o = this.editor.getComponentOptions("mobile");
|
|
79804
|
+
if (o == null ? void 0 : o.isAndroidApp) {
|
|
79805
|
+
return list2.filter((id) => id !== "insert-image");
|
|
79806
|
+
}
|
|
79803
79807
|
return list2;
|
|
79804
79808
|
}
|
|
79805
79809
|
}
|
|
@@ -86856,7 +86860,7 @@ ${data2.flowchartText}
|
|
|
86856
86860
|
}
|
|
86857
86861
|
}
|
|
86858
86862
|
});
|
|
86859
|
-
editor.version = "2.1.1-beta.
|
|
86863
|
+
editor.version = "2.1.1-beta.93";
|
|
86860
86864
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
86861
86865
|
window.setReauthFail = (fail) => {
|
|
86862
86866
|
window.isReauthError = fail;
|
|
@@ -86957,7 +86961,7 @@ ${data2.flowchartText}
|
|
|
86957
86961
|
});
|
|
86958
86962
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
86959
86963
|
OnesEditorToolbar.register(editor);
|
|
86960
|
-
editor.version = "2.1.1-beta.
|
|
86964
|
+
editor.version = "2.1.1-beta.93";
|
|
86961
86965
|
return editor;
|
|
86962
86966
|
}
|
|
86963
86967
|
async function showDocVersions(editor, options, serverUrl) {
|