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
|
end
|
||||||
|
|
||||||
if result >= max_results then
|
if result > max_results then
|
||||||
error(
|
error(
|
||||||
string.format(
|
string.format(
|
||||||
"Must never exceed max results: { result = %s, args = { %s %s %s } }",
|
"Must never exceed max results: { result = %s, args = { %s %s %s } }",
|
||||||
|
|||||||
Reference in New Issue
Block a user