()
| 362 | return ['strong', 0] |
| 363 | }, |
| 364 | addCommands () { |
| 365 | return { |
| 366 | toggleBold: () => ({ commands }) => commands.toggleMark(this.name) |
| 367 | } |
| 368 | }, |
| 369 | addKeyboardShortcuts () { |
| 370 | return { |
| 371 | 'Mod-b': () => this.editor.commands.toggleBold() |
nothing calls this directly
no outgoing calls
no test coverage detected