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.
1 parent df0e5e9 commit ea9fc27Copy full SHA for ea9fc27
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