From eac4f88a65b24b8f79b9af3d34ba3b2adf6d7b8e Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 9 Jul 2021 18:04:49 +0200 Subject: [PATCH] Don't load already loaded task attachments again when saving an edited task description --- src/components/input/editor.vue | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/src/components/input/editor.vue b/src/components/input/editor.vue index 4b9ced964..fe857caad 100644 --- a/src/components/input/editor.vue +++ b/src/components/input/editor.vue @@ -1,7 +1,7 @@