[SSE] Change tooltip for internal link.
This commit is contained in:
parent
29810902e4
commit
49a7e4c6ff
|
@ -878,6 +878,7 @@ define([
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
linkstr = props.asc_getTooltip() || (props.asc_getLocation());
|
linkstr = props.asc_getTooltip() || (props.asc_getLocation());
|
||||||
|
linkstr += '<br><b>' + me.textCtrlClick + '</b>';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hyperlinkTip.ref && hyperlinkTip.ref.isVisible()) {
|
if (hyperlinkTip.ref && hyperlinkTip.ref.isVisible()) {
|
||||||
|
|
Loading…
Reference in a new issue