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. |
||
|---|---|---|
| .. | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||