fix image hover description on Firefox (#97)

Fixes #57
This commit is contained in:
Nolan Lawson 2018-04-12 21:18:06 -07:00 committed by GitHub
parent b8d862618a
commit a875386539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;"