mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 16:57:59 +01:00
Quick fix for hints broken in 50681c8dda1e2f35c9f15a3221913f3bf8e0927f.
The first hint was always being selected.
This commit is contained in:
@@ -962,8 +962,9 @@ function Hints() //{{{
|
||||
}
|
||||
else if (validHints.length == 1)
|
||||
processHints(false);
|
||||
else
|
||||
checkUnique();
|
||||
// FIXME: I don't understand the intent here --djk
|
||||
//else
|
||||
// checkUnique();
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user