Skip to content

Commit

Permalink
Update MdEditorCustomHeaderPlugin.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet authored Aug 28, 2024
1 parent adcb3bf commit a0e80fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/StartupForm/MdEditorCustomHeaderPlugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ interface State {
show: boolean;
}

// from https://github.com/HarryChen0506/react-markdown-editor-lite/blob/master/src/plugins/header/index.tsx
const Header2Plugin = (props) => {
const [visible, setVisible] = useState(false);
const show = () => {
Expand Down

0 comments on commit a0e80fd

Please sign in to comment.