You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#718: Do not call _processHints after following a unique hint. (#720)
* Refactoring: Avoid a _chars2num call in _checkUnique.
By definition of the chars2num function, `this._chars2num(options.hintchars[0])` is always 0.
* Fix#718: Do not call `_processHints` after following a unique hint.
When following a unique hint, the `_validHints` array is cleared, thus
the second call of `_processHints` triggers a `beep()` after
following a hint.
0 commit comments