mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
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:
parent
9a9b2e3900
commit
3c8da03d66
@ -140,6 +140,8 @@ export class HaLogbook extends LitElement {
|
||||
this._updateUsers.cancel();
|
||||
this._unsubscribeSetLoading();
|
||||
|
||||
this._liveUpdatesEnabled = true;
|
||||
|
||||
if (force) {
|
||||
this._getLogBookData();
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user