fix(ui) - removed autoscroll check
This commit is contained in:
parent
c44e44eb42
commit
677c3b0a85
1 changed files with 1 additions and 1 deletions
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue