wrap.target -> wrap
This commit is contained in:
parent
efb33bdf59
commit
baad57c33d
|
@ -201,7 +201,7 @@ export default class gallery {
|
|||
// Found the wrap
|
||||
|
||||
// Deleting class about targeting
|
||||
wrap.target.classList.remove("target");
|
||||
wrap.classList.remove("target");
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue