don't mark file as modified on group expand/collapse

This commit is contained in:
antelle 2016-03-20 16:47:26 +03:00
parent 021b60b6ed
commit 5d77dd0863
1 changed files with 1 additions and 2 deletions

View File

@ -90,11 +90,10 @@ var GroupModel = MenuItemModel.extend({
},
_groupModified: function() {
this.file.setModified();
if (this.isJustCreated) {
this.isJustCreated = false;
}
this.group.times.update();
// this.group.times.update(); // for now, we don't remember this setting
},
forEachGroup: function(callback, includeDisabled) {