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

Function addKeyboardShortcuts

app/javascript/elements/html_editor.js:208–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206 }
207 },
208 addKeyboardShortcuts () {
209 return {
210 [shortcuts]: () => this.editor.commands.toggleMark(name)
211 }
212 }
213 })
214
215 const Heading = Node.create({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected