Files
gerrit/polygerrit-ui/app/elements/change
Ole Rehmsen 22ef403390 Debounce rerendering after inputs change
The current implementation starts a render synchronously whenever one of the
inputs change. Often, multiple inputs change together, and the current
behavior causes unncessary rerenders (and cancels half way through).

This change instead schedules the rerendering asynchronously on the next
microtask, and debounces them so that multiple renders collapse into
one.

Change-Id: Id5e823a53ecfa9c542d81835bf67556dcab14d4a
2019-03-15 14:40:13 +01:00
..