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

Fix revision 1e95cff03040.

This commit is contained in:
Kris Maglione
2010-09-24 16:54:52 -04:00
parent cf098ab18c
commit 01e39d1278

View File

@@ -1643,7 +1643,7 @@ const ItemList = Class("ItemList", {
</div>
</div>, this._divNodes);
this._doc.body.replaceChild(this._div, this._doc.body.firstChild);
div.scrollIntoView(true);
this._div.scrollIntoView(true);
this._items.contextList.forEach(function init_eachContext(context) {
delete context.cache.nodes;