mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 00:27:58 +01:00
Condense collapsed completion groups a bit.
--HG-- extra : rebase_source : 1c8ecadd775ab088fa726dff90646fa1345a818d
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user