fix(web): slideshow on iphone (#11599)
* fix(web): slideshow on iphone * make requestFullscreen type optional
This commit is contained in:
Vendored
+5
@@ -22,3 +22,8 @@ declare module '$env/static/public' {
|
||||
export const PUBLIC_IMMICH_PAY_HOST: string;
|
||||
export const PUBLIC_IMMICH_BUY_HOST: string;
|
||||
}
|
||||
|
||||
interface Element {
|
||||
// Make optional, because it's unavailable on iPhones.
|
||||
requestFullscreen?(options?: FullscreenOptions): Promise<void>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user