chead

Results 1 comments of chead

This can be fixed by adding a state for PasteInput `value` property: `const [rawtext, setRawtext] = React.useState('');` and setting it: ```