Fix #98: Search in Safari only character by character

main 3.6.11
Juraj Nyíri 4 months ago
parent c58b172518
commit e1e9fbfe1c

File diff suppressed because one or more lines are too long

@ -620,7 +620,7 @@ class PlexMeetsHomeAssistant extends HTMLElement {
if (!_.isEqual(this.searchInputElem.value, this.searchValue)) {
this.searchValue = this.searchInputElem.value;
this.renderPage();
this.focus();
// this.focus(); //causes issues on iphone/safari and looks like is no longer needed
}
});

Loading…
Cancel
Save