mirror of
https://github.com/coalaura/whiskr.git
synced 2025-12-02 20:22:52 +00:00
small tweak
This commit is contained in:
@@ -677,7 +677,7 @@
|
|||||||
|
|
||||||
const image = this.#images[x],
|
const image = this.#images[x],
|
||||||
blob = dataBlob(image),
|
blob = dataBlob(image),
|
||||||
url = URL.createObjectURL(blob);
|
url = blob ? URL.createObjectURL(blob) : `#`;
|
||||||
|
|
||||||
const _link = make("a", "image", `i-${x}`);
|
const _link = make("a", "image", `i-${x}`);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user