mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix indentation of searchfields
This commit is contained in:
parent
903b656f7f
commit
b9dacecf22
1 changed files with 55 additions and 59 deletions
|
@ -9,8 +9,6 @@ import 'material-design-icons-iconfont';
|
|||
import './searchfields.scss';
|
||||
import template from './searchfields.template.html';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
||||
function onSearchTimeout() {
|
||||
const instance = this;
|
||||
let value = instance.nextSearchValue;
|
||||
|
@ -111,5 +109,3 @@ class SearchFields {
|
|||
}
|
||||
|
||||
export default SearchFields;
|
||||
|
||||
/* eslint-enable indent */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue