pull down to refresh
Well, thank you!
export const EDITOR_SHORTCUTS = [ { action: 'toggleMode', combo: 'mod+shift+m', handler: ({ editor }) => { editor.dispatchCommand(SN_TOGGLE_MODE_COMMAND) } },
Well, thank you!
export const EDITOR_SHORTCUTS = [ { action: 'toggleMode', combo: 'mod+shift+m', handler: ({ editor }) => { editor.dispatchCommand(SN_TOGGLE_MODE_COMMAND) } },