diff --git a/src/entities/Font/model/store/unifiedFontStore.svelte.ts b/src/entities/Font/model/store/unifiedFontStore.svelte.ts index da718c5..78b9536 100644 --- a/src/entities/Font/model/store/unifiedFontStore.svelte.ts +++ b/src/entities/Font/model/store/unifiedFontStore.svelte.ts @@ -215,7 +215,6 @@ export class UnifiedFontStore extends BaseFontStore { // 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]; }