fix: add parent container for codemirror instance in realtime

This commit is contained in:
nivedin
2024-02-21 13:35:07 +05:30
committed by Andrew Bastin
parent 7e1ebd5b43
commit 2e8a04fbd6

View File

@@ -130,7 +130,9 @@
/> />
</div> </div>
</div> </div>
<div ref="wsCommunicationBody" class="flex flex-1 flex-col"></div> <div class="h-full">
<div ref="wsCommunicationBody" class="flex flex-1 flex-col"></div>
</div>
</div> </div>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">