From 357e7ae7c960411852ca2176466a4614117b05ee Mon Sep 17 00:00:00 2001 From: quorafind <951011105@qq.com> Date: Sat, 25 May 2024 00:17:14 +0800 Subject: [PATCH] fix: active editor issue --- src/component/DailyNote.svelte | 22 +++---- src/dailyNoteViewIndex.ts | 10 ++- styles.css | 107 ++++++++++++++++++++++++++++++++- 3 files changed, 125 insertions(+), 14 deletions(-) diff --git a/src/component/DailyNote.svelte b/src/component/DailyNote.svelte index 2ccb5cb..6175723 100644 --- a/src/component/DailyNote.svelte +++ b/src/component/DailyNote.svelte @@ -1,7 +1,7 @@