Skip to content

Commit

Permalink
TODOs moved to #20 and #21
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Jan 31, 2022
1 parent 98e2896 commit 753860f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/HighlightedCode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ interface IProps {
code: string
}

// TODO would be nice if text was editable and showed parameter description on hover and inline validation errors.
// TODO would be nice to be able to click in text to select node to edit.
export const HighlightedCode = ({ code }: IProps): JSX.Element => (
<SyntaxHighlighter language='toml' style={style}>
{code}
Expand Down

0 comments on commit 753860f

Please sign in to comment.