1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 12:17:59 +01:00

Fix completion scrolling issue.

This commit is contained in:
Kris Maglione
2011-10-11 14:32:28 -04:00
parent 7508b9f3fd
commit 5b8fa19a3a

View File

@@ -2075,6 +2075,9 @@ var ItemList = Class("ItemList", {
.map(function (g) g.rescrollFunc)
.forEach(call);
if (!this.selected)
this.win.scrollTo(0, 0);
this._resize.tell(ItemList.RESIZE_BRIEF);
},