[SSE mobile] fix bug 34112
This commit is contained in:
parent
f848da0653
commit
9215fc1e56
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue