Skip to content

Commit

Permalink
Merge pull request #24 from DmitryOtroshchenko/fix_cell_teardown
Browse files Browse the repository at this point in the history
Fixed a bug with input between cells.
  • Loading branch information
maximsch2 committed Feb 7, 2014
2 parents 7b3670f + 746ab98 commit 1b61719
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ipy_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ def delete_current_cell(self, edit):

self.update_notebook_from_buffer()
self.notebook.delete_cell(cell_index)
self.cells[cell_index].teardown(edit)
del self.cells[cell_index]
for cell in self.cells:
if cell.index >= cell_index:
Expand Down

0 comments on commit 1b61719

Please sign in to comment.