fix close file

This commit is contained in:
Antelle 2015-12-13 14:19:55 +03:00
parent 9c117204ce
commit bee380aba6
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ var AppModel = Backbone.Model.extend({
closeFile: function(file) {
this.files.remove(file);
this._tagsChanged();
this.updateTags();
this.menu.groupsSection.removeByFile(file);
this.menu.filesSection.removeByFile(file);
this.refresh();