@ones-editor/editor 3.0.3-beta.2 → 3.0.3-beta.3

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.2";
95971
+ editor.version = "3.0.3-beta.3";
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.2";
96105
+ editor.version = "3.0.3-beta.3";
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) {
@@ -96230,7 +96231,7 @@ ${JSON.stringify(error2, null, 2)}`);
96230
96231
  }
96231
96232
  });
96232
96233
  OnesEditorToolbar.register(editor);
96233
- editor.version = "3.0.3-beta.2";
96234
+ editor.version = "3.0.3-beta.3";
96234
96235
  return editor;
96235
96236
  }
96236
96237
  const emojis$1 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "3.0.3-beta.2",
3
+ "version": "3.0.3-beta.3",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "dependencies": {