Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 16, 2023
1 parent bde6e2d commit 1bcca01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/composables/useKeyboardShortcuts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default function useKeyboardShortcuts(textareaId: string, rawMarkdown: Re

// TODO: Skip debounce
// TODO: Control messes with text selection
// TODO: Only enable in EDIT mode
whenever(logicAnd(logicOr(keys.command_b, keys.control_b), textareaIsActive), () => {
toggleInlineFormatting('bold')
onEditCallback()
Expand Down

0 comments on commit 1bcca01

Please sign in to comment.