Skip to content

Commit

Permalink
Fix logbook search when live update is disabled (#22284)
Browse files Browse the repository at this point in the history
When the logbook live update is in pause by scrolling allow to refresh anyway.
  • Loading branch information
ngraziano authored Oct 30, 2024
1 parent 9a9b2e3 commit 3c8da03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/panels/logbook/ha-logbook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ export class HaLogbook extends LitElement {
this._updateUsers.cancel();
this._unsubscribeSetLoading();

this._liveUpdatesEnabled = true;

if (force) {
this._getLogBookData();
} else {
Expand Down

0 comments on commit 3c8da03

Please sign in to comment.