From 1ef4e3f40e1b0eda3519735317e94fb259bf0a13 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sat, 9 May 2026 13:15:18 +0200 Subject: [PATCH] revert preventing default on grid click --- copyparty/web/browser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 3a358ecc..1459cff4 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -6296,8 +6296,8 @@ window.thegrid = (function () { else { if (!dbl){ - if(r.bbox && e.preventDefault) - e.preventDefault(); + // if(r.bbox && e.preventDefault) + // e.preventDefault(); return true; }