feature/font-fetching-again #16

Merged
ilia merged 7 commits from feature/font-fetching-again into main 2026-01-15 17:12:37 +00:00
Showing only changes of commit f97904f165 - Show all commits

View File

@@ -1,5 +1,3 @@
import { untrack } from 'svelte';
export function createVirtualizer(optionsGetter: () => VirtualizerOptions) { export function createVirtualizer(optionsGetter: () => VirtualizerOptions) {
// Reactive State // Reactive State
let scrollOffset = $state(0); let scrollOffset = $state(0);