Revert "Note diversion that didn't work"

This reverts commit 0791a8f659e7aad48ff69c53f07c7894db663345.
This commit is contained in:
Manav Rathi
2025-02-12 15:11:42 +05:30
parent bdb30d64f0
commit 17e59de59c

View File

@@ -161,14 +161,8 @@ export class FileViewerPhotoSwipe {
// The default imageClickAction is "zoom-or-close". When the image
// is small and cannot be zoomed into further (which is common when
// just the thumbnail has been loaded), this causes PhotoSwipe to
// close.
//
// This can be disabled by setting `clickToCloseNonZoomable` to
// false, but we also want to disable zooming into the thumbnails
// (it's not useful, and further, the user's zoom will be lost when
// the full res is loaded). Setting `imageClickAction` to "zoom"
// achieves both these ends.
imageClickAction: "zoom",
// close. Disable this behaviour.
clickToCloseNonZoomable: false,
// The default `bgClickAction` is "close", but it is not always
// apparent where the background is and where the controls are,
// since everything is black, and so accidentally closing PhotoSwipe