1
0
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:
Kris Maglione
2008-11-28 09:17:00 +00:00
parent 6f0ff1992e
commit 92b0ffa75c
2 changed files with 4 additions and 1 deletions

View File

@@ -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)
{