fix grid init after navigating

This commit is contained in:
Til Schmitter 2026-05-09 13:48:16 +02:00
parent 9cf6760a9d
commit 1494db775d

View file

@ -6296,8 +6296,6 @@ window.thegrid = (function () {
else {
if (!dbl){
// if(r.bbox && e.preventDefault)
// e.preventDefault();
return true;
}
@ -6515,6 +6513,8 @@ window.thegrid = (function () {
r.dirty = false;
r.loadsel();
if(baguetteBox)
r.bagit('#ggrid');
aligngriditems();
setTimeout(r.tippen, 20);
drag.initgrid();