diff --git a/src/routes/_components/dialog/components/MediaDialog.html b/src/routes/_components/dialog/components/MediaDialog.html index fadae0d..1ca7524 100644 --- a/src/routes/_components/dialog/components/MediaDialog.html +++ b/src/routes/_components/dialog/components/MediaDialog.html @@ -11,8 +11,8 @@
  • - {#if canPinchZoom} - + {#if canPinchZoom && pinchZoomMode} + {:else} diff --git a/src/routes/_components/dialog/components/PinchZoomable.html b/src/routes/_components/dialog/components/PinchZoomable.html index 3f38a67..1c5b7de 100644 --- a/src/routes/_components/dialog/components/PinchZoomable.html +++ b/src/routes/_components/dialog/components/PinchZoomable.html @@ -1,4 +1,4 @@ -
    +
    @@ -8,7 +8,6 @@ label="Zoom out" href="#fa-search-minus" on:click="zoomOut()" - ariaHidden={disabled} />