[SSE] fix Bug 32464
This commit is contained in:
parent
3c2872a088
commit
c0544b30aa
|
@ -306,6 +306,9 @@ define([ 'text!spreadsheeteditor/main/app/template/NameManagerDlg.template',
|
|||
}
|
||||
}).on('close', function() {
|
||||
me.show();
|
||||
_.delay(function () {
|
||||
me.rangeList.cmpEl.find('.listview').focus();
|
||||
}, 100, me);
|
||||
});
|
||||
|
||||
me.hide();
|
||||
|
|
Loading…
Reference in a new issue