changed: no space after inserting date

This commit is contained in:
quenousimporte 2023-07-05 09:07:25 +02:00
parent cca0d2c4ee
commit 3c8f6a079b
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ var snippets = [
{ {
command: "/date", command: "/date",
hint: "Current date", hint: "Current date",
insert: (new Date).toISOString().substring(0, 10) + " ", insert: (new Date).toISOString().substring(0, 10),
cursor: 0 cursor: 0
}, },
{ {