[SSE] Bug 33457.
This commit is contained in:
parent
3de78e5815
commit
49185ef6a8
|
|
@ -826,7 +826,7 @@ define([
|
|||
linkstr = props.asc_getHyperlinkUrl() + '<br><b>' + me.textCtrlClick + '</b>';
|
||||
}
|
||||
} else {
|
||||
linkstr = props.asc_getTooltip() || (props.asc_getSheet() + '!' + props.asc_getRange());
|
||||
linkstr = props.asc_getTooltip() || (props.asc_getLocation());
|
||||
}
|
||||
|
||||
if (hyperlinkTip.ref && hyperlinkTip.ref.isVisible()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue