fix: clamp virtual scroll offset and update patch paths

Clamps TanStack virtualizer scroll offsets to valid bounds
Updates patched dependency references to bun-patches
Refreshes ghostty-web patch for invalid codepoint handling
This commit is contained in:
Bohdan Triapitsyn
2026-07-18 09:57:25 +03:00
parent 9c226a5bd4
commit 61c87feeaf
4 changed files with 3 additions and 26 deletions
+1 -1
View File
@@ -176,6 +176,6 @@
"vite": "^7.1.2"
},
"patchedDependencies": {
"@tanstack/virtual-core@3.17.3": "patches/@tanstack%2Fvirtual-core@3.17.3.patch"
"@tanstack/virtual-core@3.17.3": "bun-patches/@tanstack+virtual-core+3.17.3.patch"
}
}