mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
Update actions.js
Clarified "delete-cell" action.
This commit is contained in:
parent
9faf6cbec1
commit
6e5ef91f5a
@ -255,6 +255,7 @@ define(function(require){
|
||||
}
|
||||
},
|
||||
'delete-cell': {
|
||||
help: 'delete selected cell',
|
||||
help_index : 'ej',
|
||||
handler : function (env) {
|
||||
env.notebook.delete_cell();
|
||||
|
Loading…
Reference in New Issue
Block a user