Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main
This commit is contained in:
@@ -96,7 +96,7 @@ export default {
|
|||||||
isActive: () => this.editor.isActive('orderedList'),
|
isActive: () => this.editor.isActive('orderedList'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: 'code-view',
|
icon: 'code-box-line',
|
||||||
action: () => this.editor.chain().focus().toggleCodeBlock().run(),
|
action: () => this.editor.chain().focus().toggleCodeBlock().run(),
|
||||||
isActive: () => this.editor.isActive('codeBlock'),
|
isActive: () => this.editor.isActive('codeBlock'),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user