mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
removed merge conflicts
This commit is contained in:
parent
1a9a096f9c
commit
fc2c46141d
@ -938,7 +938,6 @@ define([
|
|||||||
if (this.mode !== 'command') {
|
if (this.mode !== 'command') {
|
||||||
cell.command_mode();
|
cell.command_mode();
|
||||||
this.mode = 'command';
|
this.mode = 'command';
|
||||||
$('div[class*="code_cell"]')
|
|
||||||
this.events.trigger('command_mode.Notebook');
|
this.events.trigger('command_mode.Notebook');
|
||||||
this.keyboard_manager.command_mode();
|
this.keyboard_manager.command_mode();
|
||||||
}
|
}
|
||||||
@ -966,10 +965,6 @@ define([
|
|||||||
if (cell && this.mode !== 'edit') {
|
if (cell && this.mode !== 'edit') {
|
||||||
cell.edit_mode();
|
cell.edit_mode();
|
||||||
this.mode = 'edit';
|
this.mode = 'edit';
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
$('div[class*="code_cell"]')
|
|
||||||
>>>>>>> 1dbabaa0a... #4006: fixed the edit-metadata button so that focus returns to it after closing the popup
|
|
||||||
this.events.trigger('edit_mode.Notebook');
|
this.events.trigger('edit_mode.Notebook');
|
||||||
this.keyboard_manager.edit_mode();
|
this.keyboard_manager.edit_mode();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user