Use proper state for filter
This commit is contained in:
parent
5f8cf98b8a
commit
ad81301ef1
@ -571,7 +571,7 @@ local PAGES = {
|
|||||||
else
|
else
|
||||||
totalCount = totalCount + 1
|
totalCount = totalCount + 1
|
||||||
local name = stack:getSimpleName()
|
local name = stack:getSimpleName()
|
||||||
return matchFilter(state.filter, name) or (name:find(":") ~= nil and matchFilter(state.filter, stack:getName()))
|
return matchFilter(pageState.filter, name) or (name:find(":") ~= nil and matchFilter(pageState.filter, stack:getName()))
|
||||||
end
|
end
|
||||||
end))
|
end))
|
||||||
totalCount = emptyCount + totalCount
|
totalCount = emptyCount + totalCount
|
||||||
|
Loading…
x
Reference in New Issue
Block a user