mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 23:34:45 +00:00
Mobile text viewer support wrap line (#7944)
* mobile txt support line wrap * optimize function name
This commit is contained in:
@@ -157,7 +157,7 @@ class FileView extends React.Component {
|
||||
setImageScale={this.props.setImageScale}
|
||||
rotateImage={this.props.rotateImage}
|
||||
lineWrapping={this.props.lineWrapping}
|
||||
updatelineWrapping={this.props.updatelineWrapping}
|
||||
updateLineWrapping={this.props.updateLineWrapping}
|
||||
/>
|
||||
}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user