Skip to content

Commit

Permalink
doc: Update READMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 10, 2023
1 parent aef64b4 commit 53b291a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ export default function App() {

### Editor height adapts to text

The initial height can be adjusted through `minHeight={100}`. Dragbar will automatically expire. You can hide the drag button through `visibleDragbar={true}`
The initial height can be adjusted through `minHeight={100}`. Dragbar will automatically expire. You can hide the drag button through `visibleDragbar={false}`

```jsx mdx:preview
import React from "react";
Expand Down

1 comment on commit 53b291a

@vercel
Copy link

@vercel vercel bot commented on 53b291a Nov 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.