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