This commit is contained in:
Julia.Radzhabova
2025-08-12 19:13:27 +03:00
parent a7a56adf74
commit 4bcba9149e

View File

@ -139,6 +139,7 @@ define([
var target = this.target && this.target.length>0 ? this.target : $(document.body);
if (!target.is(':visible') && !repeatOnce) {
var me = this;
setTimeout(function(){ me.applyPlacement(true); }, 100);
return;
}