matthoffner commited on
Commit
852e1fb
·
1 Parent(s): 49ce402

Update app/editor/index.tsx

Browse files
Files changed (1) hide show
  1. app/editor/index.tsx +1 -1
app/editor/index.tsx CHANGED
@@ -43,5 +43,5 @@ export default function Editor({ defaultValue }: { defaultValue: string }) {
43
  }
44
  }, [])
45
 
46
- return <div ref={ref} style={{ height: 200 }} />
47
  }
 
43
  }
44
  }, [])
45
 
46
+ return <div ref={ref} />
47
  }