BlockShell: vis resize-handles uavhengig av panelbredde
Resize-handles ble aldri vist fordi isMobile var true for alle paneler (MOBILE_BREAKPOINT=768 > typisk panelbredde 400-600px). Fjernet isMobile-sjekken for resize — handles vises nå alltid unntatt i fullskjerm og minimert modus. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1c9cf66960
commit
da88bfcb1f
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,7 @@
|
|||
{/if}
|
||||
|
||||
<!-- Resize handles (hidden in fullscreen, mobile, and minimized) -->
|
||||
{#if !isFullscreen && !isMobile && !minimized}
|
||||
{#if !isFullscreen && !minimized}
|
||||
{#each resizeDirections as dir}
|
||||
<!-- svelte-ignore a11y_no_static_element_interactions -->
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue