From b61a3de40a060e8a742bff840afd813f1b35c51a Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Thu, 2 Oct 2025 19:29:06 +0200 Subject: [PATCH] Fixed Vorschau Reloading --- pages/createDocument/edit/[[id]].vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/createDocument/edit/[[id]].vue b/pages/createDocument/edit/[[id]].vue index 6a59c7f..4975eba 100644 --- a/pages/createDocument/edit/[[id]].vue +++ b/pages/createDocument/edit/[[id]].vue @@ -1206,6 +1206,7 @@ const getDocumentData = async () => { const showDocument = ref(false) const uri = ref("") const generateDocument = async () => { + showDocument.value = false const path = letterheads.value.find(i => i.id === itemInfo.value.letterhead).path uri.value = await useFunctions().useCreatePDF(await getDocumentData(), path)