##// END OF EJS Templates
Changed ctrl-l action to scroll to current cell.
Alexander Belopolsky -
Show More
@@ -374,7 +374,8 define(function(require){
374 374 if(event){
375 375 event.preventDefault();
376 376 }
377 return env.notebook.scroll_to_bottom();
377 var cell = env.notebook.get_selected_index();
378 return env.notebook.scroll_to_cell(cell);
378 379 }
379 380 },
380 381 'save-notebook':{
General Comments 0
You need to be logged in to leave comments. Login now