fix: Panel-Resize nach Chat-Detach/Reattach funktioniert wieder [appimage]
All checks were successful
Build AppImage / build (push) Successful in 10m7s
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:
parent
f69f566b00
commit
9cc97311b0
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue