Reverted change in CodeEditor
This commit is contained in:
@@ -58,7 +58,7 @@ import {html} from '@codemirror/lang-html'
|
|||||||
<div class="editor w-full h-full bg-[#282C34] rounded-2xl overflow-x-scroll">
|
<div class="editor w-full h-full bg-[#282C34] rounded-2xl overflow-x-scroll">
|
||||||
|
|
||||||
<codemirror
|
<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"
|
:model-value="code"
|
||||||
@update:model-value="dataUpdated"
|
@update:model-value="dataUpdated"
|
||||||
:extensions="extensions"
|
:extensions="extensions"
|
||||||
|
|||||||
Reference in New Issue
Block a user