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

Method redo

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

updateToolbarStateMethod · 0.45

Tested by

no test coverage detected