(e)
| 550 | } |
| 551 | |
| 552 | underline (e) { |
| 553 | e.preventDefault() |
| 554 | |
| 555 | this.editor.chain().focus().toggleUnderline().run() |
| 556 | this.updateToolbarState() |
| 557 | } |
| 558 | |
| 559 | linkSelection (e) { |
| 560 | e.preventDefault() |
nothing calls this directly
no test coverage detected