diff --git a/common/content/commandline.js b/common/content/commandline.js index a29832ad..72fcd547 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -1768,6 +1768,10 @@ const ItemList = Class("ItemList", { nodes.down.style.display = "block"; else nodes.up.style.display = "block"; + if (start == end) { + nodes.up.style.display = "none"; + nodes.down.style.display = "none"; + } }, this); this._divNodes.noCompletions.style.display = haveCompletions ? "none" : "block";