Skip to content

Commit 91f3213

Browse files
fix text editor options for paste json schema (#569)
Co-authored-by: AykutSarac <aykutsarac0@gmail.com>
1 parent 2eefe05 commit 91f3213

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/features/editor/TextEditor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ loader.config({
1212
});
1313

1414
const editorOptions: EditorProps["options"] = {
15-
formatOnPaste: true,
1615
tabSize: 2,
1716
formatOnType: true,
1817
minimap: { enabled: false },

0 commit comments

Comments
 (0)