MCPcopy Create free account
hub / github.com/docusealco/docuseal / underline

Method underline

app/javascript/elements/html_editor.js:552–557  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls 1

updateToolbarStateMethod · 0.45

Tested by

no test coverage detected