if(!this.aroundNode||this.aroundNode!== aroundNode){return;
}if(this._onDeck){// this hide request is for a show() that hasn't even started yet;// just cancel the pending show()this._onDeck=null;
return;
}this.fadeIn.stop();
this.isShowingNow = false;
this.aroundNode = null;
this.fadeOut.play();