mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-10 23:34:11 +01:00
Fix updating filter on existing sheet with :style
This commit is contained in:
@@ -104,7 +104,7 @@ const Styles = Module("Styles", {
|
||||
filter = filter.split(",");
|
||||
if (name && name in names) {
|
||||
var sheet = names[name];
|
||||
sheet.filter = filter;
|
||||
sheet.sites = filter;
|
||||
sheet.css = String(css);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user