Commit 49185ef6 authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Bug 33457.

parent 3de78e58
......@@ -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()) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment