Fix too-aggressive shortcut

Change-Id: I3cb96581cf50d8be620d6976b48576febc401f2f
(cherry picked from commit 7c66a28996)
This commit is contained in:
Kasper Nilsson 2018-11-14 15:47:35 -08:00 committed by Paladox none
parent 5d33f73866
commit 1566d22e21
1 changed files with 1 additions and 0 deletions

View File

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