mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 23:47:57 +01:00
Register support with a crude kill ring.
This commit is contained in:
@@ -1759,8 +1759,7 @@ var ItemList = Class("ItemList", {
|
||||
set visible(val) this.container.collapsed = !val,
|
||||
|
||||
get activeGroups() this.context.contextList
|
||||
.filter(function (c) c.message || c.incomplete
|
||||
|| c.hasItems && c.items.length)
|
||||
.filter(function (c) c.message || c.incomplete || c.items.length)
|
||||
.map(this.getGroup, this),
|
||||
|
||||
get selected() let (g = this.selectedGroup) g && g.selectedIdx != null &&
|
||||
|
||||
Reference in New Issue
Block a user