mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:48:02 +01:00
Unbreak wrapping completion list in reverse.
This commit is contained in:
@@ -1417,6 +1417,8 @@ function ItemList(id) //{{{
|
||||
nodes[i] = row;
|
||||
for (let [i, row] in util.Array.iterator2(nodes))
|
||||
{
|
||||
if (!row)
|
||||
continue;
|
||||
let display = (i >= start && i < end);
|
||||
if (display && row.parentNode != items)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user