mirror of
https://github.com/maunium/stickerpicker.git
synced 2024-11-10 05:37:22 +01:00
Show sticker body in hover tooltip
This commit is contained in:
parent
d3adedf3df
commit
21d4f5cce6
@ -309,7 +309,7 @@ const Pack = ({ pack, send }) => html`
|
|||||||
|
|
||||||
const Sticker = ({ content, send }) => html`
|
const Sticker = ({ content, send }) => html`
|
||||||
<div class="sticker" onClick=${send} data-sticker-id=${content.id}>
|
<div class="sticker" onClick=${send} data-sticker-id=${content.id}>
|
||||||
<img data-src=${makeThumbnailURL(content.url)} alt=${content.body} />
|
<img data-src=${makeThumbnailURL(content.url)} alt=${content.body} title=${content.body} />
|
||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user