1
0
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:
Michael An
2025-06-18 10:12:58 +08:00
committed by GitHub
parent 4bd606b423
commit 4065f1db14
5 changed files with 27 additions and 15 deletions

View File

@@ -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>