@bobfrankston/rmfmail 1.2.199 → 1.2.200

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.
@@ -4259,6 +4259,7 @@ async function createTiptapEditor(container2) {
4259
4259
  ],
4260
4260
  content: ""
4261
4261
  });
4262
+ wireMarkdownPaste(content, (html) => ed.chain().focus().insertContent(html).run());
4262
4263
  toolbar.querySelectorAll(".tt-btn").forEach((btn) => {
4263
4264
  btn.addEventListener("mousedown", (e) => {
4264
4265
  e.preventDefault();