@halo-dev/richtext-editor 0.0.0-alpha.5 → 0.0.0-alpha.6

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.
@@ -26989,7 +26989,7 @@ const CommandsSuggestion = {
26989
26989
  title: "\u6570\u5B66\u516C\u5F0F",
26990
26990
  keywords: ["katex", "math", "shuxuegongshi"],
26991
26991
  command: ({ editor, range }) => {
26992
- editor.chain().focus().deleteRange(range).setNode("katexBlock").run();
26992
+ editor.chain().focus().deleteRange(range).addKatex().run();
26993
26993
  }
26994
26994
  }
26995
26995
  ].filter(