@ones-editor/editor 2.1.7-beta.27 → 2.1.7-beta.28
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
|
@@ -46711,10 +46711,11 @@ ${codeText}
|
|
|
46711
46711
|
constructor(editor) {
|
|
46712
46712
|
__publicField(this, "draggingRefCell", null);
|
|
46713
46713
|
__publicField(this, "handleMouseMove", (editor, event) => {
|
|
46714
|
+
var _a;
|
|
46714
46715
|
if (editor.readonly || window.isDragging) {
|
|
46715
46716
|
return;
|
|
46716
46717
|
}
|
|
46717
|
-
if (editor.selectionHandler.isSelecting() && !this.draggingRefCell) {
|
|
46718
|
+
if (((_a = editor.selectionHandler) == null ? void 0 : _a.isSelecting()) && !this.draggingRefCell) {
|
|
46718
46719
|
return;
|
|
46719
46720
|
}
|
|
46720
46721
|
if (this.draggingRefCell) {
|
|
@@ -89137,7 +89138,7 @@ ${data2.flowchartText}
|
|
|
89137
89138
|
}
|
|
89138
89139
|
}
|
|
89139
89140
|
});
|
|
89140
|
-
editor.version = "2.1.7-beta.
|
|
89141
|
+
editor.version = "2.1.7-beta.28";
|
|
89141
89142
|
return editor;
|
|
89142
89143
|
}
|
|
89143
89144
|
function isDoc(doc2) {
|
|
@@ -89251,7 +89252,7 @@ ${data2.flowchartText}
|
|
|
89251
89252
|
}
|
|
89252
89253
|
}
|
|
89253
89254
|
OnesEditorToolbar.register(editor);
|
|
89254
|
-
editor.version = "2.1.7-beta.
|
|
89255
|
+
editor.version = "2.1.7-beta.28";
|
|
89255
89256
|
return editor;
|
|
89256
89257
|
}
|
|
89257
89258
|
async function showDocVersions(editor, options, serverUrl) {
|