mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 07:16:08 +08:00
Fix bug
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user