bug fixes
- click handler event binding - click handler on img elem - trailing space in content - sidebar will-change optimization - sidebar auto to top - sidebar not closed after post - reply form bottom position
This commit is contained in:
@@ -195,7 +195,7 @@ export class ClickHandler extends PureComponent {
|
||||
return (
|
||||
<div onTouchStart={this.on_begin_bound} onMouseDown={this.on_begin_bound}
|
||||
onTouchMove={this.on_move_bound} onMouseMove={this.on_move_bound}
|
||||
onTouchEnd={this.on_end_bound} onMouseUp={this.on_end_bound} >
|
||||
onClick={this.on_end_bound} >
|
||||
{this.props.children}
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user