diff --git a/app/package.json b/app/package.json index 0bba18cec..5497bd8b0 100644 --- a/app/package.json +++ b/app/package.json @@ -86,7 +86,6 @@ "svelte-floating-ui": "^1.5.8", "svelte-french-toast": "^1.2.0", "svelte-loadable-store": "^2.0.1", - "svelte-outclick": "^3.7.1", "svelte-resize-observer": "^2.0.0", "tauri-plugin-context-menu": "^0.7.0", "tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1", diff --git a/app/src/lib/components/Modal.svelte b/app/src/lib/components/Modal.svelte index 3308936cc..b7650e9fb 100644 --- a/app/src/lib/components/Modal.svelte +++ b/app/src/lib/components/Modal.svelte @@ -1,12 +1,10 @@ + + - {#if open} - - - - {#if title} - - {#if icon} - - {/if} - - {title} - - + + + {#if title} + + {#if icon} + {/if} + + {title} + + + {/if} - - - - - {#if $$slots.controls} - - {/if} - + + - - {/if} + + {#if $$slots.controls} + + {/if} + +