mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Close new feature tip
This commit is contained in:
@ -1243,6 +1243,7 @@ define([], function () {
|
||||
var chartBottom = y + height;
|
||||
if (chartBottom < 20) {
|
||||
chartContainer.hide();
|
||||
Common.UI.TooltipManager.closeTip('chartElements');
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user