wrap.target -> wrap

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2025-07-03 06:42:02 +07:00
parent efb33bdf59
commit baad57c33d

View File

@ -201,7 +201,7 @@ export default class gallery {
// Found the wrap
// Deleting class about targeting
wrap.target.classList.remove("target");
wrap.classList.remove("target");
}
}
],