mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-23 17:52:36 -04:00
feat(html-wysiwyg-editor) h3 fix (#1363)
This commit is contained in:
parent
f836666417
commit
131497322d
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user