Reverted change in CodeEditor

This commit is contained in:
2023-11-09 12:49:09 +01:00
parent 5799d60db1
commit 765d4b0521

View File

@@ -58,7 +58,7 @@ import {html} from '@codemirror/lang-html'
<div class="editor w-full h-full bg-[#282C34] rounded-2xl overflow-x-scroll">
<codemirror
style="height: 100%; width: fit-content; padding:1rem ; border-radius: 1rem; font-size: large;"
style="height: 100%; width: 100%; padding:1rem ; border-radius: 1rem; font-size: large;"
:model-value="code"
@update:model-value="dataUpdated"
:extensions="extensions"