diff --git a/common/content/commandline.js b/common/content/commandline.js index a59f7669..502178e8 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -1643,7 +1643,7 @@ const ItemList = Class("ItemList", { , 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;