From e2b20e7ed60a6019ca919788fbb233abdc2753e6 Mon Sep 17 00:00:00 2001 From: Mic Date: Thu, 16 Apr 2026 22:37:51 +0200 Subject: [PATCH] prompt_get_calendar_event_from_clipboard fixed. see #680 --- js/mzta-utils.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/mzta-utils.js b/js/mzta-utils.js index 79a8bad7..47a68a72 100644 --- a/js/mzta-utils.js +++ b/js/mzta-utils.js @@ -667,9 +667,9 @@ export function getActiveSpecialPromptsIDs(args = {}) { } if (get_calendar_event) { output.push('prompt_get_calendar_event'); - } - if (get_calendar_event_from_clipboard) { - output.push('prompt_get_calendar_event_from_clipboard'); + if (get_calendar_event_from_clipboard) { + output.push('prompt_get_calendar_event_from_clipboard'); + } } if (get_task) { output.push('prompt_get_task');