mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 05:19:12 -04:00
Merge branch 'main' into main
This commit is contained in:
commit
269b5a3cd1
2 changed files with 3 additions and 3 deletions
|
@ -117,7 +117,7 @@ It will create a directory in `src/tools` with the correct files, and a the impo
|
||||||
|
|
||||||
Big thanks to all the people who have already contributed!
|
Big thanks to all the people who have already contributed!
|
||||||
|
|
||||||
[](https://github.com/corentinth/it-tools/graphs/contributors)
|
[](https://github.com/corentinth/it-tools/graphs/contributors)
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
|
|
@ -84,8 +84,8 @@ const items: MenuItem[] = [
|
||||||
type: 'button',
|
type: 'button',
|
||||||
icon: H3,
|
icon: H3,
|
||||||
title: 'Heading 3',
|
title: 'Heading 3',
|
||||||
action: () => editor.value.chain().focus().toggleHeading({ level: 4 }).run(),
|
action: () => editor.value.chain().focus().toggleHeading({ level: 3 }).run(),
|
||||||
isActive: () => editor.value.isActive('heading', { level: 4 }),
|
isActive: () => editor.value.isActive('heading', { level: 3 }),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'button',
|
type: 'button',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue