forked from coracle/flotilla
Support copying and pasting npubs better
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
const image = new Image()
|
||||
|
||||
image.addEventListener("error", () => {
|
||||
element.querySelector(".hidden")?.classList.remove("hidden")
|
||||
element?.querySelector(".hidden")?.classList.remove("hidden")
|
||||
})
|
||||
|
||||
image.src = src
|
||||
|
||||
Reference in New Issue
Block a user