Skip to content

Commit 802e93e

Browse files
committed
fix: manual updates are always allowed
1 parent 252f9fd commit 802e93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/updates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ async function check(auto = true) {
144144

145145
const previousState = !pendingUpdates.size;
146146

147-
if (!disabled.value()) {
147+
if (!auto || !disabled.value()) {
148148
await eventManager.async.emit(':update', auto);
149149
}
150150

0 commit comments

Comments
 (0)