fix: add parent container for codemirror instance

This commit is contained in:
nivedin
2024-02-21 13:27:04 +05:30
committed by Andrew Bastin
parent 6198a25bc6
commit 1eb5e02100
2 changed files with 7 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
/>
</template>
<template #secondary>
<HttpResponse v-model:document="tab.document" />
<HttpResponse v-model:document="tab.document" :is-embed="false" />
</template>
</AppPaneLayout>
</template>