Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Sjökvist committed Mar 18, 2022
2 parents 3d80189 + 7f8be36 commit bd718c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MetadataComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@ namespace IIIFComponents {

if (Utils.Device.isTouch()) {
$copyBtn.show();
$copyBtn.css('display', 'inline');
} else {
$elem.on('mouseenter', function() {
$copyBtn.show();
Expand Down

0 comments on commit bd718c4

Please sign in to comment.