Fix: lukk i fullskjerm resetter isFullscreen først
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3203074116
commit
2fbb658c61
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@
|
|||
{#if closable}
|
||||
<button
|
||||
class="blockshell-btn blockshell-btn-close"
|
||||
onclick={(e) => { e.stopPropagation(); onClose?.(); }}
|
||||
onclick={(e) => { e.stopPropagation(); isFullscreen = false; onClose?.(); }}
|
||||
title="Lukk"
|
||||
aria-label="Lukk panel"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue