1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-01 13:11:10 +03:00

Backdrop filter compatibility for Firefox and Safari

This commit is contained in:
Germain Souquet
2021-06-25 09:20:03 +01:00
parent 27ee7c5836
commit 652ad3617d
9 changed files with 55 additions and 14 deletions

View File

@@ -124,7 +124,7 @@ interface IState {
usageLimitEventTs?: number;
useCompactLayout: boolean;
activeCalls: Array<MatrixCall>;
backgroundImage?: ImageBitmap;
backgroundImage?: CanvasImageSource;
}
/**