Changed ctrl-l action to scroll to current cell.

Alexander Belopolsky 11 years ago committed by Min RK
parent 8f111d0f8d
commit 35bce22c17

@ -374,7 +374,8 @@ define(function(require){
if(event){
event.preventDefault();
}
return env.notebook.scroll_to_bottom();
var cell = env.notebook.get_selected_index();
return env.notebook.scroll_to_cell(cell);
}
},
'save-notebook':{

Loading…
Cancel
Save