Skip to content

Commit

Permalink
$mol_infinite: remove garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkalica committed Sep 28, 2023
1 parent 28d25e6 commit 57ec861
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions infinite/infinite.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,7 @@ namespace $.$$ {
this.After( ids.at(-1) ?? null ),
]

} tmp_after_add(criteria: Criteria, item: Item) {
const chunk = this.nearest_chunk(criteria)
if (! chunk) return
this.after(criteria, [ ...chunk, item ])
}


}

Expand Down

0 comments on commit 57ec861

Please sign in to comment.