mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-21 15:23:26 +01:00
fix text view
This commit is contained in:
parent
08739c0884
commit
201753a2e0
@ -11,7 +11,7 @@ export default class TextPageView extends React.Component {
|
||||
return (
|
||||
<div>
|
||||
<h2>{ header }</h2>
|
||||
<textarea rows="45" cols="150" defaultValue={ this.props.page.text }>
|
||||
<textarea rows="45" cols="150" value={ this.props.page.text }>
|
||||
</textarea>
|
||||
</div>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user