Files
gerrit/polygerrit-ui/app/elements/change/gr-comment-list
Andrew Bonventre 861c4a255f Fix bug where comments were not updated in reply dialog
So this has to do with the way Polymer does dirty checking
from within dom-repeat. Since the underlying array instance
identity was not changed, the dom-repeat would not trigger
and the reply dialog was not updated properly.

Additionally:
+ Guard against searching for a saved draft when discarding
  one that hasn’t been saved.
+ Move _files to be a compute function.

Change-Id: Idc49f158cba7f908d50f163a6fdbd93fbe585462
2016-05-31 17:32:18 -04:00
..