mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 02:08:00 +01:00
Merge default.
--HG-- branch : key-processing
This commit is contained in:
@@ -181,7 +181,9 @@ var CommandWidgets = Class("CommandWidgets", {
|
||||
|
||||
[this.commandbar, this.statusbar].forEach(function (nodeSet) {
|
||||
let elem = nodeSet[obj.name];
|
||||
if (val != null) {
|
||||
if (val == null)
|
||||
elem.value = "";
|
||||
else {
|
||||
highlight.highlightNode(elem,
|
||||
(val[0] != null ? val[0] : obj.defaultGroup)
|
||||
.split(/\s/).filter(util.identity)
|
||||
|
||||
Reference in New Issue
Block a user