mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 23:07:58 +01:00
Fix more cross-compartment expando breakage. Also, Die <F1>! Die, die, die!
This commit is contained in:
@@ -2291,7 +2291,7 @@ var ItemList = Class("ItemList", {
|
||||
DOM(this.nodes.message).empty()
|
||||
.append(DOM.fromJSON(this.context.message, this.doc));
|
||||
|
||||
if (!this.selectedIdx > this.itemCount)
|
||||
if (this.selectedIdx > this.itemCount)
|
||||
this.selectedIdx = null;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user