Added comment
This commit is contained in:
parent
aae994b3d5
commit
5d4ba0b79f
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
ns.SavedStatusService.prototype.updateDirtyStatus = function (status) {
|
||||
var piskel = this.piskelController_.piskel;
|
||||
if (piskel.isDirty_ !== status) {
|
||||
// Redraw piskel name only if dirty status actually changed
|
||||
piskel.isDirty_ = status;
|
||||
this.updatePiskelName();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue