v0.8.6.1 - A few small issues Hotfix (#3744)
Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com> Co-authored-by: Weblate (bot) <hosted@weblate.org> Co-authored-by: Lyrq <lyrq.ku@gmail.com>
This commit is contained in:
parent
00b759e532
commit
ad152aa26a
14 changed files with 159 additions and 38 deletions
|
|
@ -82,7 +82,7 @@ export class DraggableOrderedListComponent {
|
|||
|
||||
|
||||
get BufferAmount() {
|
||||
return Math.min(this.items.length / 20, 20);
|
||||
return Math.floor(Math.min(this.items.length / 20, 20));
|
||||
}
|
||||
|
||||
constructor() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue