fix(ui) - removed autoscroll check

This commit is contained in:
Shekar Siri 2022-09-13 17:54:08 +05:30
parent c44e44eb42
commit 677c3b0a85

View file

@ -113,7 +113,7 @@ export default class Autoscroll extends React.PureComponent<Props, {
</div>
<div className={stl.navButtons}>
<label><input type={'checkbox'} checked={this.state.autoScroll} onChange={(e) => this.setState({ autoScroll: !this.state.autoScroll })} /> Autoscroll</label>
{/* <label><input type={'checkbox'} checked={this.state.autoScroll} onChange={(e) => this.setState({ autoScroll: !this.state.autoScroll })} /> Autoscroll</label> */}
{navigation && (
<>
<IconButton size="small" icon="chevron-up" onClick={this.onPrevClick} />