Skip to content

Commit

Permalink
OHIF-190: Fix double-click doesn’t enlarge viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
ayselafsar authored and brunoalvesdefaria committed Feb 27, 2018
1 parent 44233c4 commit e5c5818
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ Template.imageViewerViewport.onRendered(function() {

// Double click event handlers to handle viewport enlargement
function doubleClickHandler (event) {
const $element = $(this);
const { layoutManager } = OHIF.viewerbase;
const $viewports = $('.imageViewerViewport');

Expand Down

0 comments on commit e5c5818

Please sign in to comment.