fix: scroll_strategy limit + sorting_strategy descending (#1322)
This commit is contained in:
@@ -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 } }",
|
||||
|
||||
Reference in New Issue
Block a user