Skip to content

Commit

Permalink
rm noop
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Dec 2, 2024
1 parent 949fc2c commit f6faba4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/packages/spotlight/src/section.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ export default class Section<K, V> {

updateItems(updater: (id: ID) => void) {
for (const row of this.#shown) row.updateItems(updater);
for (const row of this.#rows) !this.#shown.has(row);
}

async first(
Expand Down

0 comments on commit f6faba4

Please sign in to comment.