mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-22 07:43:46 +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 (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h2>{ header }</h2>
|
<h2>{ header }</h2>
|
||||||
<textarea rows="45" cols="150" defaultValue={ this.props.page.text }>
|
<textarea rows="45" cols="150" value={ this.props.page.text }>
|
||||||
</textarea>
|
</textarea>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user