[SSE] Change tooltip for internal link.

This commit is contained in:
Julia Radzhabova 2017-11-24 12:26:56 +03:00
parent 29810902e4
commit 49a7e4c6ff

View file

@ -878,6 +878,7 @@ define([
}
} else {
linkstr = props.asc_getTooltip() || (props.asc_getLocation());
linkstr += '<br><b>' + me.textCtrlClick + '</b>';
}
if (hyperlinkTip.ref && hyperlinkTip.ref.isVisible()) {