select next cell in insert cell below in menubar to match kb.

This commit is contained in:
Brian E. Granger 2014-01-08 16:53:00 -08:00
parent 11493ca042
commit cc765e29d9

View File

@ -41,6 +41,7 @@ var IPython = (function (IPython) {
icon : 'icon-plus-sign',
callback : function () {
IPython.notebook.insert_cell_below('code');
IPython.notebook.select_next();
}
}
],'insert_above_below');