fix: disable code editor for now

pull/67/head
Artem Golub 3 years ago
parent 8fee68d3d5
commit c90f42bc1b

@ -460,7 +460,7 @@ export default function Project() {
onChange={(e: any) => { onChange={(e: any) => {
onCodeUpdate(e); onCodeUpdate(e);
}} }}
disabled={false} disabled={true}
lineWrapping={false} lineWrapping={false}
height={height - 64} height={height - 64}
/> />

Loading…
Cancel
Save