mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
Mixed up mark above and below...
This commit is contained in:
parent
22758b2bd1
commit
5a9305cf20
@ -177,14 +177,14 @@ define(function(require){
|
|||||||
help: 'extend marked above',
|
help: 'extend marked above',
|
||||||
help_index : 'dc',
|
help_index : 'dc',
|
||||||
handler : function (env) {
|
handler : function (env) {
|
||||||
env.notebook.extend_marked(1);
|
env.notebook.extend_marked(-1);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'extend-marked-next' : {
|
'extend-marked-next' : {
|
||||||
help: 'extend marked below',
|
help: 'extend marked below',
|
||||||
help_index : 'dd',
|
help_index : 'dd',
|
||||||
handler : function (env) {
|
handler : function (env) {
|
||||||
env.notebook.extend_marked(-1);
|
env.notebook.extend_marked(1);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'cut-selected-cell' : {
|
'cut-selected-cell' : {
|
||||||
|
Loading…
Reference in New Issue
Block a user