From 1f793278d1e86613893d06414c236c30c116b888 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Mon, 16 Feb 2026 14:12:00 +0300 Subject: [PATCH] chore: remove comment --- src/entities/Font/model/store/unifiedFontStore.svelte.ts | 1 - 1 file changed, 1 deletion(-) 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]; }