[IMPROVE] Prevent gallery to close when clicking on a non-zoomable image (#21854)

pull/21895/merge
Douglas Fabris 4 years ago committed by GitHub
parent c30a51f63d
commit 626fee3493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/ui/client/views/app/photoswipe.js

@ -24,6 +24,7 @@ Meteor.startup(() => {
showHideOpacity: true,
counterEl: false,
shareEl: false,
clickToCloseNonZoomable: false,
};
const createEventListenerFor = (className) => (event) => {

Loading…
Cancel
Save