mirror of
https://github.com/danbulant/Mangades
synced 2026-07-10 05:20:54 +00:00
fix scroll
This commit is contained in:
parent
dcd831cecc
commit
cabcd61f6c
1 changed files with 7 additions and 2 deletions
|
|
@ -42,7 +42,12 @@ import MultiSelect from '../components/multiSelect.svelte';
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
$: result = ratelimit(search, name, filters);
|
function update(name, filters) {
|
||||||
|
result = ratelimit(search, name, filters);
|
||||||
|
}
|
||||||
|
|
||||||
|
var result;
|
||||||
|
$: update(name, filters);
|
||||||
|
|
||||||
var scrollSearch = null;
|
var scrollSearch = null;
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue