mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-10 20:17:32 +01:00
fix
This commit is contained in:
parent
a6224135e3
commit
2e0d1363c7
@ -70,7 +70,7 @@ export class ImageTile extends MessageTile {
|
|||||||
this._decryptedImage = await this._loadEncryptedFile(file);
|
this._decryptedImage = await this._loadEncryptedFile(file);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return this._decryptedImage || "";
|
return this._decryptedImage?.uri || "";
|
||||||
}
|
}
|
||||||
|
|
||||||
_scaleFactor() {
|
_scaleFactor() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user