Fix: minor
This commit is contained in:
parent
b4f0ca1549
commit
58949a143d
|
@ -398,7 +398,7 @@ const styleManager = (() => {
|
|||
}
|
||||
|
||||
function saveStyle(style) {
|
||||
beforeSave();
|
||||
beforeSave(style);
|
||||
return db.exec('put', style)
|
||||
.then(event => {
|
||||
afterSave(style, event.target.result);
|
||||
|
|
Loading…
Reference in New Issue
Block a user