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

Method bold

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

Source from the content-addressed store, hash-verified

536 }
537
538 bold (e) {
539 e.preventDefault()
540
541 this.editor.chain().focus().toggleBold().run()
542 this.updateToolbarState()
543 }
544
545 italic (e) {
546 e.preventDefault()

Callers

nothing calls this directly

Calls 1

updateToolbarStateMethod · 0.45

Tested by

no test coverage detected