mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 21:16:57 +08:00
[SE mobile] Fix bug 33994
This commit is contained in:
@ -215,6 +215,16 @@ define([
|
||||
})
|
||||
);
|
||||
|
||||
var $view = $('.settings');
|
||||
|
||||
if ($view.length > 0) {
|
||||
$view.find('#add-link-sheet select').html(
|
||||
_.template(tpl, {
|
||||
worksheets: sheets
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
var active = _.findWhere(sheets, {active:true});
|
||||
if ( active )
|
||||
this.setActiveWorksheet(active.value, active.caption);
|
||||
|
||||
Reference in New Issue
Block a user