From d0af0e80a8753167def635c51207ae4afe347400 Mon Sep 17 00:00:00 2001 From: Tristan Michael Date: Wed, 1 Apr 2026 01:33:30 -0700 Subject: [PATCH] Clear time without closing toast Previously clicking the clear-time button set includeTime to false and also called done(), which closed the surrounding toast. This change removes the done() call so clearing the time only clears the time input state (includeTime = false) without dismissing the toast UI. --- apps/tauri/src/lib/components/DateTimePicker.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tauri/src/lib/components/DateTimePicker.svelte b/apps/tauri/src/lib/components/DateTimePicker.svelte index 1e4b83c..df7d969 100644 --- a/apps/tauri/src/lib/components/DateTimePicker.svelte +++ b/apps/tauri/src/lib/components/DateTimePicker.svelte @@ -162,7 +162,7 @@ {/each} -