mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 16:04:12 +01:00
Fixed muttator for recent TBs, minimum requirements are 3.0b2pre now
This commit is contained in:
@@ -425,7 +425,7 @@ function Hints() //{{{
|
||||
let beyondLastWord = (nextWordIdx == words.length);
|
||||
let charMatched = false;
|
||||
if (beyondLastWord == false)
|
||||
charMatched = charMatches(nextCharIdx, chars, nextWordIdx, words, 0, allowWordOverleaping)
|
||||
charMatched = charMatches(nextCharIdx, chars, nextWordIdx, words, 0, allowWordOverleaping)
|
||||
|
||||
if (charMatched)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user