fix: embeds response and request option section getting hidden bug (#4181)

Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
Nivedin
2024-07-18 15:13:43 +05:30
committed by GitHub
parent 7ebc9a6fd6
commit 8c6b80dc42
13 changed files with 251 additions and 196 deletions

View File

@@ -22,7 +22,7 @@
<Pane
:size="PANE_MAIN_TOP_SIZE"
class="flex flex-col !overflow-auto"
min-size="25"
:min-size="isEmbed ? 12 : 25"
>
<slot name="primary" />
</Pane>
@@ -78,6 +78,10 @@ const props = defineProps({
type: String,
default: null,
},
isEmbed: {
type: Boolean,
default: false,
},
})
type PaneEvent = {