mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-05-04 21:36:40 +07:00
made human-friendly editing buttons
This commit is contained in:
parent
6d854f57a5
commit
02333e6049
15 changed files with 175 additions and 28 deletions
|
@ -34,6 +34,7 @@ const ReactMarkdownEditor: FC<ReactMarkdownEditorProps> = ({
|
|||
style={style}
|
||||
placeholder="Start typing here..."
|
||||
value={value}
|
||||
rows={1}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue