Skip to content

Commit

Permalink
! when expanded, allow swipe and arrows to move the window
Browse files Browse the repository at this point in the history
and not navigate
  • Loading branch information
Spuds committed Oct 31, 2017
1 parent 92c4e71 commit e72ab83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/default/scripts/topic.js
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,8 @@ function expandThumbLB(thumbID, messageID) {
});
$('#elk_lb_img').removeAttr('style');
$elk_expand_icon.hide();
$(window).off('keydown.lb');
$(window).off('touchmove.lb');
});
};

Expand Down

0 comments on commit e72ab83

Please sign in to comment.