mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Fix Bug 77310
This commit is contained in:
@ -796,6 +796,13 @@ define([
|
||||
}
|
||||
if (!value) {
|
||||
Common.UI.TooltipManager.closeTip('chartElements');
|
||||
if (this.mode && this.mode.isPDFForm) {
|
||||
Common.UI.TooltipManager.closeTip('formSigned');
|
||||
var rightmenu = this.getApplication().getController('RightMenu');
|
||||
if (rightmenu && rightmenu.rightmenu && rightmenu.rightmenu.signatureSettings) {
|
||||
rightmenu.rightmenu.signatureSettings.hideSignatureTooltip();
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user