Skip to content

Commit

Permalink
save new styles in FF
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Mar 21, 2024
1 parent 6e1e7b9 commit 1660bbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions background/style-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,9 @@ const styleMan = (() => {
if (!style._id) {
style._id = uuidv4();
}
if (!style.id) {
delete style.id;
}
style._rev = Date.now();
fixKnownProblems(style);
}
Expand Down

0 comments on commit 1660bbe

Please sign in to comment.