Skip to content

Commit bd718c4

Browse files
author
Robert Sjökvist
committed
2 parents 3d80189 + 7f8be36 commit bd718c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MetadataComponent.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@ namespace IIIFComponents {
610610

611611
if (Utils.Device.isTouch()) {
612612
$copyBtn.show();
613+
$copyBtn.css('display', 'inline');
613614
} else {
614615
$elem.on('mouseenter', function() {
615616
$copyBtn.show();

0 commit comments

Comments
 (0)