mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 08:45:45 +01:00
Use :highlight groups for styling input boxes during external editing.
This commit is contained in:
@@ -110,7 +110,7 @@ const Hive = Class("Hive", {
|
||||
sheet.sites = filter;
|
||||
}
|
||||
else {
|
||||
sheet = Sheet(name, this._id++, filter.filter(util.identity), String(css), this, agent);
|
||||
sheet = Sheet(name, styles._id++, filter.filter(util.identity), String(css), this, agent);
|
||||
this.sheets.push(sheet);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user