mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 17:23:20 +03:00
feat(web): paste photo from clipboard (#8475)
* feat(web): paste photo from clipboard * listen on svelte:window instead of a div * refactor: move logic to drag overlay --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
import '../app.css';
|
||||
|
||||
let showNavigationLoadingBar = false;
|
||||
let albumId: string | undefined;
|
||||
|
||||
const isSharedLinkRoute = (route: string | null) => route?.startsWith('/(user)/share/[key]');
|
||||
|
||||
@@ -111,7 +110,7 @@
|
||||
</FullscreenContainer>
|
||||
</noscript>
|
||||
|
||||
<slot {albumId} />
|
||||
<slot />
|
||||
|
||||
{#if showNavigationLoadingBar}
|
||||
<NavigationLoadingBar />
|
||||
|
||||
Reference in New Issue
Block a user