mirror of
https://github.com/9001/copyparty.git
synced 2026-06-20 13:12:26 -06:00
revert preventing default on grid click
This commit is contained in:
parent
7bb7f30961
commit
1ef4e3f40e
|
|
@ -6296,8 +6296,8 @@ window.thegrid = (function () {
|
||||||
|
|
||||||
else {
|
else {
|
||||||
if (!dbl){
|
if (!dbl){
|
||||||
if(r.bbox && e.preventDefault)
|
// if(r.bbox && e.preventDefault)
|
||||||
e.preventDefault();
|
// e.preventDefault();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue