(e)
| 571 | } |
| 572 | |
| 573 | redo (e) { |
| 574 | e.preventDefault() |
| 575 | |
| 576 | this.editor.chain().focus().redo().run() |
| 577 | this.updateToolbarState() |
| 578 | } |
| 579 | |
| 580 | updateToolbarState () { |
| 581 | this.boldButton.classList.toggle('bg-base-200', this.editor.isActive('bold')) |
nothing calls this directly
no test coverage detected