show USW styles with 'stylus' category
This commit is contained in:
parent
0aa6d3b463
commit
23aa036db5
|
@ -514,9 +514,9 @@
|
|||
const {c} = res;
|
||||
return (
|
||||
c === category ||
|
||||
category !== STYLUS_CATEGORY && (
|
||||
searchGlobals &&
|
||||
c === 'global' &&
|
||||
(category === STYLUS_CATEGORY
|
||||
? c === 'stylus' // USW
|
||||
: c === 'global' && searchGlobals &&
|
||||
(query.length || calcHaystack(res)._nLC.includes(category))
|
||||
)
|
||||
) && (
|
||||
|
|
Loading…
Reference in New Issue
Block a user