@ones-editor/editor 2.2.12-beta.1 → 2.2.12-beta.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.
package/dist/index.js
CHANGED
|
@@ -51708,10 +51708,6 @@ ${codeText}
|
|
|
51708
51708
|
return;
|
|
51709
51709
|
}
|
|
51710
51710
|
}
|
|
51711
|
-
if (isTitleBlock$2(firstBlock.block)) {
|
|
51712
|
-
this.toolbar.close("selectionChange");
|
|
51713
|
-
return;
|
|
51714
|
-
}
|
|
51715
51711
|
this.toolbar.updateItems(commands);
|
|
51716
51712
|
const lastBlock2 = selectedBlocks[selectedBlocks.length - 1];
|
|
51717
51713
|
const reverseToolbar = !this.editor.selection.range.isReverse() && lastBlock2 !== firstBlock;
|
|
@@ -88287,7 +88283,7 @@ ${data2.flowchartText}
|
|
|
88287
88283
|
}
|
|
88288
88284
|
}
|
|
88289
88285
|
});
|
|
88290
|
-
editor.version = "2.2.12-beta.
|
|
88286
|
+
editor.version = "2.2.12-beta.2";
|
|
88291
88287
|
return editor;
|
|
88292
88288
|
}
|
|
88293
88289
|
function isDoc(doc2) {
|
|
@@ -88382,7 +88378,7 @@ ${data2.flowchartText}
|
|
|
88382
88378
|
});
|
|
88383
88379
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88384
88380
|
OnesEditorToolbar.register(editor);
|
|
88385
|
-
editor.version = "2.2.12-beta.
|
|
88381
|
+
editor.version = "2.2.12-beta.2";
|
|
88386
88382
|
return editor;
|
|
88387
88383
|
}
|
|
88388
88384
|
async function showDocVersions(editor, options, serverUrl) {
|