Skip to content

Commit

Permalink
Merge branch 'CorentinTh:main' into feat/json-to-csv-add-example
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmotion authored Oct 24, 2024
2 parents e2498d6 + 1314973 commit 9b9594d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/html-wysiwyg-editor/editor/menu-bar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ const items: MenuItem[] = [
type: 'button',
icon: H3,
title: 'Heading 3',
action: () => editor.value.chain().focus().toggleHeading({ level: 4 }).run(),
isActive: () => editor.value.isActive('heading', { level: 4 }),
action: () => editor.value.chain().focus().toggleHeading({ level: 3 }).run(),
isActive: () => editor.value.isActive('heading', { level: 3 }),
},
{
type: 'button',
Expand Down

0 comments on commit 9b9594d

Please sign in to comment.