Files
gerrit/polygerrit-ui/app/elements/diff/gr-diff-view
Dhruv Srivastava 6a6316a962 Add throttle to mark-reviewed shortcut
When reloading the diff page using cmd + r, and releasing cmd
first, we process the r:keyup event and wrongly toggle the reviewed
state of the file.
Add throttle so that the modifier pressed is checked for the first
call and the subsequent call within throttle interval is ignored.

Change-Id: Ida63ba753bbf793217c7c6094729218b2503b5f3
2020-09-29 14:28:43 +02:00
..