Skip to content

Commit 77ce542

Browse files
authored
fix(share): show URL input on mobile. (#1348)
1 parent 2b2b5ad commit 77ce542

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/content-handlers/iiif/modules/uv-dialogues-module/ShareDialogue.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,6 @@ export class ShareDialogue<
318318
if (shareUrl) {
319319
this.$urlInput.val(shareUrl);
320320
}
321-
322-
if (this.extension.isMobile()) {
323-
this.$urlInput.hide();
324-
} else {
325-
this.$urlInput.show();
326-
}
327321
}
328322

329323
getSelectedSize(): JQuery {

0 commit comments

Comments
 (0)