This commit is contained in:
Mo Bitar
2017-02-15 17:34:30 -06:00
parent 149da72e92
commit e7b3b61316

View File

@@ -36,6 +36,7 @@ class EditorMenu {
if(confirm("Are you sure you want to delete this editor?")) {
modelManager.setItemToBeDeleted(editor);
syncManager.sync();
_.pull($scope.editors, editor);
}
}