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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user