mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 07:44:50 +00:00
txt viewer support auto wrap (#7815)
* txt file support wrap line * external txt file support wrap line * change more icon
This commit is contained in:
@@ -156,6 +156,8 @@ class FileView extends React.Component {
|
||||
toggleDetailsPanel={this.toggleDetailsPanel}
|
||||
setImageScale={this.props.setImageScale}
|
||||
rotateImage={this.props.rotateImage}
|
||||
lineWrapping={this.props.lineWrapping}
|
||||
updatelineWrapping={this.props.updatelineWrapping}
|
||||
/>
|
||||
}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user