Fix logbook search when live update is disabled (#22284)

When the logbook live update is in pause by scrolling allow to refresh anyway.
This commit is contained in:
Nicolas Graziano 2024-10-30 13:19:42 +01:00 committed by GitHub
parent 9a9b2e3900
commit 3c8da03d66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,6 +140,8 @@ export class HaLogbook extends LitElement {
this._updateUsers.cancel();
this._unsubscribeSetLoading();
this._liveUpdatesEnabled = true;
if (force) {
this._getLogBookData();
} else {