fixup 7de3e37a: handleUpdateInstalled is for .updatable only
This commit is contained in:
parent
022e588c97
commit
23fcbd6c27
|
@ -528,7 +528,7 @@ function handleUpdate(style, {reason, method} = {}) {
|
||||||
oldEntry.remove();
|
oldEntry.remove();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (reason === 'update' || reason === 'install' && entry.matches('.updatable')) {
|
if ((reason === 'update' || reason === 'install') && entry.matches('.updatable')) {
|
||||||
handleUpdateInstalled(entry, reason);
|
handleUpdateInstalled(entry, reason);
|
||||||
}
|
}
|
||||||
filterAndAppend({entry});
|
filterAndAppend({entry});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user