fix: Panel-Resize nach Chat-Detach/Reattach funktioniert wieder [appimage]
All checks were successful
Build AppImage / build (push) Successful in 10m7s

{#key $chatDetached} um PaneGroup erzwingt kompletten Re-Mount.
PaneForge verlor vorher die Resize-Handler wenn Pane per {#if} entfernt wurde.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Eddy 2026-04-21 14:53:53 +02:00
parent f69f566b00
commit 9cc97311b0

View file

@ -82,6 +82,7 @@
];
</script>
{#key $chatDetached}
<PaneGroup direction="horizontal" autoSaveId="claude-desktop-panels" class="pane-group">
<!-- Sessions -->
<Pane defaultSize={15} minSize={8} maxSize={30} class="panel">
@ -161,6 +162,7 @@
</div>
</Pane>
</PaneGroup>
{/key}
<style>
/* PaneForge Container */