Commit 9215fc1e authored by Maxim Kadushkin's avatar Maxim Kadushkin

[SSE mobile] fix bug 34112

parent f848da06
......@@ -60,7 +60,7 @@ define([
this.fireEvent('link:insert', [{
type : type,
sheet : type == 'ext' ? undefined : cfgLink.internal.sheet.index,
sheet : type == 'ext' ? undefined : cfgLink.internal.sheet.caption,
url : $view.find(type == 'ext' ? '#add-link-url input' : '#add-link-range input').val(),
text : $text.is(':disabled') ? null : $text.val(),
tooltip : $view.find('#add-link-tip input').val()
......
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