mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
Renaming merge cell action.
This commit is contained in:
parent
4c22335bb0
commit
1de36134df
@ -180,14 +180,14 @@ define(function(require){
|
||||
}
|
||||
},
|
||||
'extend-marked-cells-above' : {
|
||||
help: 'extend marked above',
|
||||
help: 'extend marked cells above',
|
||||
help_index : 'dc',
|
||||
handler : function (env) {
|
||||
env.notebook.extend_marked(-1);
|
||||
}
|
||||
},
|
||||
'extend-marked-cells-below' : {
|
||||
help: 'extend marked below',
|
||||
help: 'extend marked cells below',
|
||||
help_index : 'dd',
|
||||
handler : function (env) {
|
||||
env.notebook.extend_marked(1);
|
||||
@ -379,7 +379,7 @@ define(function(require){
|
||||
env.notebook.merge_cell_below();
|
||||
}
|
||||
},
|
||||
'merge-marked-cells' : {
|
||||
'merge-cells' : {
|
||||
help : 'merge marked cells',
|
||||
help_index: 'el',
|
||||
handler: function(env) {
|
||||
|
Loading…
Reference in New Issue
Block a user