We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2498d6 + 1314973 commit 9b9594dCopy full SHA for 9b9594d
src/tools/html-wysiwyg-editor/editor/menu-bar.vue
@@ -84,8 +84,8 @@ const items: MenuItem[] = [
84
type: 'button',
85
icon: H3,
86
title: 'Heading 3',
87
- action: () => editor.value.chain().focus().toggleHeading({ level: 4 }).run(),
88
- isActive: () => editor.value.isActive('heading', { level: 4 }),
+ action: () => editor.value.chain().focus().toggleHeading({ level: 3 }).run(),
+ isActive: () => editor.value.isActive('heading', { level: 3 }),
89
},
90
{
91
0 commit comments