1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 07:44:50 +00:00

change drag move image scale (#8075)

This commit is contained in:
Michael An
2025-07-23 18:30:09 +08:00
committed by GitHub
parent 7e746d3269
commit 5c78232363
5 changed files with 31 additions and 12 deletions

View File

@@ -158,6 +158,7 @@ class FileView extends React.Component {
rotateImage={this.props.rotateImage}
lineWrapping={this.props.lineWrapping}
updateLineWrapping={this.props.updateLineWrapping}
setDefaultPageFitScale={this.props.setDefaultPageFitScale}
/>
}
</div>