[SSE] fix Bug 32464

This commit is contained in:
Julia Radzhabova 2016-05-21 13:58:56 +03:00
parent 3c2872a088
commit c0544b30aa

View file

@ -306,6 +306,9 @@ define([ 'text!spreadsheeteditor/main/app/template/NameManagerDlg.template',
} }
}).on('close', function() { }).on('close', function() {
me.show(); me.show();
_.delay(function () {
me.rangeList.cmpEl.find('.listview').focus();
}, 100, me);
}); });
me.hide(); me.hide();