Skip to content

Commit

Permalink
Try to fix the share menu not opening on Safari (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
octycs authored Nov 1, 2022
1 parent e200bfe commit 8bfb214
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webclient/src/views/view/view-view.inc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
<button
class="btn btn-link btn-action btn-sm"
title="${{ _.view_view.header.external_link.tooltip }}$"
>
onclick="this.focus()"
> <!-- The onclick handler is a fix for Safari -->
<svg
xmlns="http://www.w3.org/2000/svg"
width="14"
Expand Down

0 comments on commit 8bfb214

Please sign in to comment.