fix image hover description on Firefox

Fixes #57
This commit is contained in:
Nolan Lawson 2018-04-12 20:20:50 -07:00
parent 7ece5d7ffc
commit 70b2bcdf2b
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
<button type="button"
class="show-image-button"
aria-label="Show image: {{media.description || ''}}"
title="{{media.description || ''}}"
delegate-key="{{delegateKey}}"
on:mouseover="set({mouseover: event})"
style="width: {{inlineWidth}}px; height: {{inlineHeight}}px;"