Merge branch 'CorentinTh:main' into feat/json-to-csv-add-example
This commit is contained in:
		
						commit
						9b9594d4e8
					
				| @ -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…
	
		Reference in New Issue
	
	Block a user