Skip to content

Commit

Permalink
Fixing task continuations (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGeek committed Jan 24, 2022
1 parent e6458a4 commit f79e01f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const INDENT_AND_LIST_PATTERN = /^([\t ]*[-*] \[] |[\t ]*[-*] \[ ] |[\t ]*[-*] \[x] |[\t ]*[-*] |\s*)/;
const INDENT_AND_LIST_PATTERN = /^([\t ]*[-*+] \[] |[\t ]*[-*+] \[ ] |[\t ]*[-*+] \[[Xx]] |[\t ]*[-*+] |\s*)/;

export function enableTabs(el: HTMLTextAreaElement, event): boolean | void {
const value = el.value;
Expand Down

0 comments on commit f79e01f

Please sign in to comment.