Skip to content

Commit

Permalink
fix(multiimage): Re-enable pan when zoomed in (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradJChan authored and mergify[bot] committed Nov 5, 2019
1 parent 09508b3 commit 004db6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/viewers/image/MultiImageViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class MultiImageViewer extends ImageBaseViewer {
this.handleMultiImageDownloadError = this.handleMultiImageDownloadError.bind(this);
this.handleAssetAndRepLoad = this.handleAssetAndRepLoad.bind(this);
this.finishLoading = this.finishLoading.bind(this);
this.updatePannability = this.updatePannability.bind(this);
}

/**
Expand Down

0 comments on commit 004db6c

Please sign in to comment.