v.0.13.1 fixed minor UI issues, updated rules (bumped from v0.12.53)
This commit is contained in:
@@ -97,7 +97,8 @@ if ('serviceWorker' in navigator) {
|
||||
document.addEventListener('touchend', function (e) {
|
||||
if (e.touches.length < 2 && pinchStartDist !== null) {
|
||||
pinchStartDist = null;
|
||||
localStorage.setItem(LS_KEY, currentScale);
|
||||
// Pinch zoom is session-only — do NOT persist to localStorage.
|
||||
// The saved (slider) scale is only written by ProfileModal.
|
||||
}
|
||||
}, { passive: true });
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user