From c8aae19ecfb9f3b3f0c6c218b74a541443bd4d3f Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Fri, 16 Jun 2023 09:11:21 +0200 Subject: [PATCH] added: section mark after events to check --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index a041394..e2bf1eb 100644 --- a/main.js +++ b/main.js @@ -1320,7 +1320,7 @@ function checkevents() } todo.content = todo.content.substring(0, idx) + newcontent.join("\n") - + "\n" + + "\n---\n" + todo.content.substring(idx); // reload todo if open