fix: editor initialContent

This commit is contained in:
DIYgod 2023-04-18 00:54:59 +01:00
parent 86fa187a45
commit 037698f2ea
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@ export default function SubdomainEditor() {
{isMobileLayout ? (
!isRendering ? (
<CodeMirrorEditor
value={values.content}
value={initialContent}
onChange={onChange}
handleDropFile={handleDropFile}
onScroll={onEditorScroll}