@ones-editor/editor 3.0.3-beta.2 → 3.0.3-beta.4
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
|
@@ -95968,7 +95968,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
95968
95968
|
}
|
|
95969
95969
|
}
|
|
95970
95970
|
});
|
|
95971
|
-
editor.version = "3.0.3-beta.
|
|
95971
|
+
editor.version = "3.0.3-beta.4";
|
|
95972
95972
|
return editor;
|
|
95973
95973
|
}
|
|
95974
95974
|
function isDoc(doc2) {
|
|
@@ -96102,7 +96102,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96102
96102
|
OnesEditorDropTarget.register(editor);
|
|
96103
96103
|
OnesEditorTocProvider.register(editor);
|
|
96104
96104
|
OnesEditorExclusiveBlock.register(editor);
|
|
96105
|
-
editor.version = "3.0.3-beta.
|
|
96105
|
+
editor.version = "3.0.3-beta.4";
|
|
96106
96106
|
return editor;
|
|
96107
96107
|
}
|
|
96108
96108
|
async function showDocVersions(editor, options, serverUrl) {
|
|
@@ -96207,6 +96207,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96207
96207
|
addClass(editor.rootElement, "no-block-menu");
|
|
96208
96208
|
}
|
|
96209
96209
|
editor.input.addHandler(new MarkdownInputHandler());
|
|
96210
|
+
editor.input.addHandler(new OnesEditorPasteHandler(editor));
|
|
96210
96211
|
editor.input.addHandler(new ListPasteHandler());
|
|
96211
96212
|
editor.doc.registerCallback(new HeadingBlockDocEvents(editor));
|
|
96212
96213
|
if (!clientType.isMobile) {
|
|
@@ -96229,8 +96230,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96229
96230
|
}
|
|
96230
96231
|
}
|
|
96231
96232
|
});
|
|
96232
|
-
|
|
96233
|
-
editor.version = "3.0.3-beta.2";
|
|
96233
|
+
editor.version = "3.0.3-beta.4";
|
|
96234
96234
|
return editor;
|
|
96235
96235
|
}
|
|
96236
96236
|
const emojis$1 = {
|