mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 22:05:46 +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(",");
|
filter = filter.split(",");
|
||||||
if (name && name in names) {
|
if (name && name in names) {
|
||||||
var sheet = names[name];
|
var sheet = names[name];
|
||||||
sheet.filter = filter;
|
sheet.sites = filter;
|
||||||
sheet.css = String(css);
|
sheet.css = String(css);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user