revert preventing default on grid click

This commit is contained in:
Til Schmitter 2026-05-09 13:15:18 +02:00
parent 7bb7f30961
commit 1ef4e3f40e

View file

@ -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;
}