Update ServerDetails.plugin.js

This commit is contained in:
Mirco Wittrien 2020-09-04 16:19:09 +02:00
parent cf18bfc7f2
commit 5b79e5d0e9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ var ServerDetails = (_ => {
}
componentDidUpdate() {
if (amounts.hoverDelay && this.state.delayed && !this.state.repositioned) {
this.state.delayed = true;
this.state.repositioned = true;
let tooltip = BDFDB.DOMUtils.getParent(BDFDB.dotCN.tooltip, BDFDB.ReactUtils.getValue(this, "_reactInternalFiber.return.return.stateNode.containerInfo"));
if (tooltip) tooltip.update();
}