chore: snapshot main sync

This commit is contained in:
2026-06-17 20:08:31 +00:00
parent b18de2a331
commit 8bd32537cf
354 changed files with 10208 additions and 9230 deletions

View File

@@ -99,12 +99,6 @@ export function useTerminalSelection({
});
}, [send]);
// ============================================================
// v1.10.4 features (long-press menu, right-click, custom keys)
// Kept verbatim — independent of the WS/fit path that v1.10.8c fixes.
// Re-bound on session/pane change so the gesture closures reference the
// recreated terminal.
// ============================================================
useEffect(() => {
const termInit = termRef.current;
const ctrInit = containerRef.current;