wait for bg to load before enabling filters
This commit is contained in:
parent
815f8ca959
commit
fef748d128
|
@ -9,7 +9,7 @@ const filtersSelector = {
|
|||
};
|
||||
|
||||
|
||||
onDOMready().then(() => {
|
||||
onDOMready().then(onBackgroundReady).then(() => {
|
||||
$('#search').oninput = searchStyles;
|
||||
|
||||
$$('[data-filter]').forEach(el => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user