changed: uncheck new check item

This commit is contained in:
quenousimporte 2024-01-18 09:32:41 +01:00
parent 16798e937d
commit 27d0d845fd
1 changed files with 1 additions and 1 deletions

View File

@ -2738,7 +2738,7 @@ function editorkeydown()
event.preventDefault(); event.preventDefault();
if (line != marker) if (line != marker)
{ {
insert("\n" + marker); insert("\n" + marker.replace("[x]", "[ ]"));
} }
else else
{ {