Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 3916ade9 rédigé par Tulir Asokan's avatar Tulir Asokan Validation de GitHub
Parcourir les fichiers

Merge pull request #26 from auscompgeek/patch-1

Show sticker body in hover tooltip
parents dab2420c 21d4f5cc
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -309,7 +309,7 @@ const Pack = ({ pack, send }) => html`
const Sticker = ({ content, send }) => html`
<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>
`
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter