Update ImageUtilities.plugin.js
This commit is contained in:
parent
4aab2e6816
commit
02e986c431
|
@ -2,7 +2,7 @@
|
||||||
* @name ImageUtilities
|
* @name ImageUtilities
|
||||||
* @author DevilBro
|
* @author DevilBro
|
||||||
* @authorId 278543574059057154
|
* @authorId 278543574059057154
|
||||||
* @version 5.2.8
|
* @version 5.2.9
|
||||||
* @description Adds several Utilities for Images/Videos (Gallery, Download, Reverse Search, Zoom, Copy, etc.)
|
* @description Adds several Utilities for Images/Videos (Gallery, Download, Reverse Search, Zoom, Copy, etc.)
|
||||||
* @invite Jx3TjNS
|
* @invite Jx3TjNS
|
||||||
* @donate https://www.paypal.me/MircoWittrien
|
* @donate https://www.paypal.me/MircoWittrien
|
||||||
|
@ -1218,11 +1218,6 @@ module.exports = (_ => {
|
||||||
ele.style.setProperty("height", e.instance.props.height + "px");
|
ele.style.setProperty("height", e.instance.props.height + "px");
|
||||||
ele.style.setProperty("max-height", e.instance.props.height + "px");
|
ele.style.setProperty("max-height", e.instance.props.height + "px");
|
||||||
}
|
}
|
||||||
for (let ele of [e.node.src && e.node, ...e.node.querySelectorAll("[src]")].filter(n => n)) ele.src = ele.src.split("?width=")[0].split("?height=")[0].split("?size=")[0];
|
|
||||||
if (e.instance.state.readyState != BDFDB.LibraryComponents.ImageComponents.ImageReadyStates.READY) {
|
|
||||||
e.instance.state.readyState = BDFDB.LibraryComponents.ImageComponents.ImageReadyStates.READY;
|
|
||||||
BDFDB.ReactUtils.forceUpdate(e.instance);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if (e.methodname == "componentWillUnmount" && BDFDB.DOMUtils.getParent(BDFDB.dotCNC.imagemodal + BDFDB.dotCN.modalcarouselmodal, e.node)) {
|
if (e.methodname == "componentWillUnmount" && BDFDB.DOMUtils.getParent(BDFDB.dotCNC.imagemodal + BDFDB.dotCN.modalcarouselmodal, e.node)) {
|
||||||
BDFDB.TimeUtils.clear(viewedImageTimeout);
|
BDFDB.TimeUtils.clear(viewedImageTimeout);
|
||||||
|
|
Loading…
Reference in New Issue