@halo-dev/richtext-editor 0.0.0-alpha.20 → 0.0.0-alpha.21

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.
@@ -29436,7 +29436,7 @@ ${codeFrame}` : message);
29436
29436
  const MdiMusicCircleOutline = { name: "mdi-music-circle-outline", render: render$H };
29437
29437
  const CommentParagraph = {
29438
29438
  icon: vue.markRaw(MdiFormatParagraph),
29439
- title: "editor.common.paragraph",
29439
+ title: "editor.common.heading.paragraph",
29440
29440
  keywords: ["paragraph", "text", "putongwenben"],
29441
29441
  command: ({ editor, range }) => {
29442
29442
  editor.chain().focus().deleteRange(range).setParagraph().run();