mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Pop child view from child_model.view in delete_child_view
This commit is contained in:
parent
2ffd153e5d
commit
6c03b508a5
@ -313,6 +313,7 @@ function(WidgetManager, _, Backbone){
|
||||
if (view !== undefined) {
|
||||
delete this.child_views[child_model.id];
|
||||
view.remove();
|
||||
child_model.views.pop(view);
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user