@ones-editor/editor 2.8.37-beta.16 → 2.8.37-beta.18
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
|
@@ -64148,7 +64148,9 @@ $$${mathData.mathjaxText}$$
|
|
|
64148
64148
|
const image = block.querySelector("img");
|
|
64149
64149
|
if (image) {
|
|
64150
64150
|
image.onload = () => {
|
|
64151
|
-
|
|
64151
|
+
setTimeout(() => {
|
|
64152
|
+
updateImageBlockSize(editor, blockData, blockElement, parentContainerElement);
|
|
64153
|
+
}, 300);
|
|
64152
64154
|
};
|
|
64153
64155
|
}
|
|
64154
64156
|
return;
|
|
@@ -94888,7 +94890,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
94888
94890
|
}
|
|
94889
94891
|
}
|
|
94890
94892
|
});
|
|
94891
|
-
editor.version = "2.8.37-beta.
|
|
94893
|
+
editor.version = "2.8.37-beta.18";
|
|
94892
94894
|
return editor;
|
|
94893
94895
|
}
|
|
94894
94896
|
function isDoc(doc2) {
|
|
@@ -95021,7 +95023,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
95021
95023
|
OnesEditorDropTarget.register(editor);
|
|
95022
95024
|
OnesEditorTocProvider.register(editor);
|
|
95023
95025
|
OnesEditorExclusiveBlock.register(editor);
|
|
95024
|
-
editor.version = "2.8.37-beta.
|
|
95026
|
+
editor.version = "2.8.37-beta.18";
|
|
95025
95027
|
return editor;
|
|
95026
95028
|
}
|
|
95027
95029
|
async function showDocVersions(editor, options, serverUrl) {
|