Commit 08d1d95d authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] fix Bug 32464

parent 8b7e598d
......@@ -298,6 +298,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