Fix Ctrl C in app right panel Copying component (#6766)

This commit is contained in:
Diego Imbert
2025-10-07 14:35:54 +02:00
committed by GitHub
parent 7375b1437f
commit bbdd0d539a

View File

@@ -1158,7 +1158,12 @@
<div class="relative flex flex-col h-full"></div>
{:else}
<Pane bind:size={rightPanelSize} minSize={15} maxSize={33}>
<div bind:clientWidth={$runnableJob.width} class="relative flex flex-col h-full">
<!-- svelte-ignore a11y_no_static_element_interactions -->
<div
bind:clientWidth={$runnableJob.width}
class="relative flex flex-col h-full"
onkeydown={(e) => e.stopPropagation()}
>
<Tabs bind:selected={selectedTab} wrapperClass="!min-h-[42px]" class="!h-full">
<Popover disappearTimeout={0} notClickable placement="bottom">
{#snippet text()}