feature/ux-improvements #26
@@ -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
|
// Note: For offset === 0, we rely on the $effect above to handle the reset/init
|
||||||
// This prevents race conditions and double-setting.
|
// This prevents race conditions and double-setting.
|
||||||
if (params.offset !== 0) {
|
if (params.offset !== 0) {
|
||||||
// Append new fonts to existing ones only for pagination
|
|
||||||
this.#accumulatedFonts = [...this.#accumulatedFonts, ...response.fonts];
|
this.#accumulatedFonts = [...this.#accumulatedFonts, ...response.fonts];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user