mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 21:16:57 +08:00
[SSE mobile] fix bug 34112
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user