fix: scroll_strategy limit + sorting_strategy descending (#1322)

This commit is contained in:
Simon Hauser
2021-10-09 15:23:18 +02:00
committed by GitHub
parent fc6a5009b4
commit 50e45f86d9

View File

@@ -67,7 +67,7 @@ scroller.create = function(scroll_strategy, sorting_strategy)
)
end
if result >= max_results then
if result > max_results then
error(
string.format(
"Must never exceed max results: { result = %s, args = { %s %s %s } }",