Commit c0544b30 authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] fix Bug 32464

parent 3c2872a0
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment