[Desktop] Call asc_onShowPopupWindow on window show
This commit is contained in:
parent
8c5cf7e9f9
commit
cb4576cd8d
|
@ -417,6 +417,8 @@ define([
|
|||
/** coauthoring begin **/
|
||||
userTipHide();
|
||||
/** coauthoring end **/
|
||||
me.mode && me.mode.isDesktopApp && me.api && me.api.asc_onShowPopupWindow();
|
||||
|
||||
},
|
||||
'modal:show': function(e){
|
||||
me.hideTips();
|
||||
|
|
|
@ -418,6 +418,7 @@ define([
|
|||
/** coauthoring begin **/
|
||||
userTipHide();
|
||||
/** coauthoring end **/
|
||||
me.mode && me.mode.isDesktopApp && me.api && me.api.asc_onShowPopupWindow();
|
||||
},
|
||||
'modal:show': function(e){
|
||||
me.hideTips();
|
||||
|
|
|
@ -150,6 +150,7 @@ define([
|
|||
Common.NotificationCenter.on({
|
||||
'window:show': function(e){
|
||||
me.hideHyperlinkTip();
|
||||
me.permissions && me.permissions.isDesktopApp && me.api && me.api.asc_onShowPopupWindow();
|
||||
},
|
||||
'modal:show': function(e){
|
||||
me.hideCoAuthTips();
|
||||
|
|
Loading…
Reference in a new issue