Update ImageGallery.plugin.js
This commit is contained in:
parent
439b04ec2c
commit
f8694d812d
|
@ -200,7 +200,6 @@ var ImageGallery = (_ => {
|
|||
}));
|
||||
}
|
||||
if (e.node) {
|
||||
console.log(e.node);
|
||||
let modal = BDFDB.DOMUtils.getParent(BDFDB.dotCNC.modal + BDFDB.dotCN.layermodal, e.node);
|
||||
if (modal) {
|
||||
BDFDB.DOMUtils.addClass(modal, BDFDB.disCN._imagegallerygallery);
|
||||
|
|
Loading…
Reference in New Issue