This commit is contained in:
Oliver Blanthorn 2020-06-02 18:30:20 +01:00
parent e232bd3de9
commit 71c1f5f92b
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -247,7 +247,7 @@ function prefixes(seq1: KeyEventLike[], seq2: MinimalKey[]) {
case false:
return false
case "skip":
i = i - 1 // if skipped, we want to try the real key again against the next thin in the sequence
i = i - 1 // if skipped, we want to try the real key again against the next thing in the sequence
break
case true:
break