mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 16:05:45 +01:00
Add Find highlight group.
This commit is contained in:
@@ -33,6 +33,8 @@ Highlight.liveProperty = function (name, prop) {
|
||||
h.style.css = h.css;
|
||||
|
||||
this.style[prop || name] = this[prop || name];
|
||||
if (this.onChange)
|
||||
this.onChange();
|
||||
});
|
||||
}
|
||||
Highlight.liveProperty("agent");
|
||||
|
||||
Reference in New Issue
Block a user