bsherin / tactic

5 stars 1 forks source link

messed up scrolling in console (sometimes) #1103

Closed bsherin closed 2 months ago

bsherin commented 2 years ago

This seems to be caused when this div in vertical_panes gets scrolled

<div ref={this.bottom_pane_ref} style={bottom_div_style}>
                        {this.props.bottom_pane}
        </div>
bsherin commented 2 months ago

Not reproducible