Skip to content

Commit

Permalink
[PE] Fix Bug 68832
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Oct 3, 2024
1 parent dc8e313 commit 0bed12c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/presentationeditor/main/app/controller/DocumentHolder.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ define([
} else {
menu.menuAlign = 'tl-tr';
}
me.hideScreenTip();
}

menuContainer.css({
Expand Down Expand Up @@ -981,6 +982,8 @@ define([
break;
}
} else if (type===Asc.c_oAscMouseMoveDataTypes.EffectInfo) {
if (me.documentHolder.currentMenu && me.documentHolder.currentMenu.isVisible())
return;
var tip = moveData.get_EffectText();
if (!tip) {
tip = me.getApplication().getController('Animation').getAnimationPanelTip(moveData.get_EffectDescription()) || '';
Expand Down

0 comments on commit 0bed12c

Please sign in to comment.