chore: remove comment

This commit is contained in:
Ilia Mashkov
2026-02-16 14:12:00 +03:00
parent 4f76a03e33
commit 1f793278d1

View File

@@ -215,7 +215,6 @@ export class UnifiedFontStore extends BaseFontStore<ProxyFontsParams> {
// Note: For offset === 0, we rely on the $effect above to handle the reset/init
// This prevents race conditions and double-setting.
if (params.offset !== 0) {
// Append new fonts to existing ones only for pagination
this.#accumulatedFonts = [...this.#accumulatedFonts, ...response.fonts];
}