Fix too-aggressive shortcut

Change-Id: I3cb96581cf50d8be620d6976b48576febc401f2f
This commit is contained in:
Kasper Nilsson 2018-11-14 15:47:35 -08:00
parent fab3715b61
commit 7c66a28996
1 changed files with 1 additions and 0 deletions

View File

@ -1040,6 +1040,7 @@
}, },
_handleNextUnreviewedFile(e) { _handleNextUnreviewedFile(e) {
if (this.shouldSuppressKeyboardShortcut(e)) { return; }
this._setReviewed(true); this._setReviewed(true);
// Ensure that the currently viewed file always appears in unreviewedFiles // Ensure that the currently viewed file always appears in unreviewedFiles
// so we resolve the right "next" file. // so we resolve the right "next" file.