Fixed spell rendering when < 3 characters in search
This commit is contained in:
parent
e2135aaf40
commit
551a5e8f60
1 changed files with 1 additions and 1 deletions
|
@ -269,6 +269,6 @@ $('body').on('change keyup cut paste', '[data-action-search]', e => {
|
|||
return spell.ranking > 0;
|
||||
});
|
||||
RENDERSPELLS({spells: filteredData});
|
||||
} else RENDERSPELLS(data);
|
||||
} else RENDERSPELLS({spells: data});
|
||||
}, 0);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue