9a64c0698f191f5a2102ae8503d6e94199529872
pdfDoc was a plain variable (not \$state), so renderer.isLoaded had no reactive dependencies in Svelte 5. PdfControls received isLoaded=false permanently, keeping the next-page button disabled while zoom buttons (which have no disabled attribute) still worked. Fix: derive isLoaded from totalPages (\$state) via totalPages > 0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Python
73.1%
TypeScript
11.5%
Java
10.9%
Svelte
4.2%
Shell
0.1%