We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef76caa commit 805a9faCopy full SHA for 805a9fa
1 file changed
addon/edit/continuelist.js
@@ -57,7 +57,7 @@
57
if (numbered) {
58
bullet = (disableAutoIncrement ? 1 : (parseInt(match[3], 10) + 1)) + match[4];
59
} else {
60
- match[2].replace("x", " ");
+ bullet = match[2].replace("x", " ");
61
}
62
after = after.replace('[x]', '[ ]'); // make todo list default unchecked
63
replacements[i] = "\n" + indent + bullet + after;
0 commit comments