fix: remove text highlight if shift + click

This commit is contained in:
Akuoko Daniel Jnr 2020-12-01 23:57:36 +00:00
parent bc2c9635b6
commit bf71b111be
No known key found for this signature in database
GPG Key ID: 1C95803CACD3E9DC

View File

@ -749,7 +749,7 @@ export default class DataView extends React.Component {
topRowStyle={{ padding: "0px 16px" }}
onMouseEnter={(i) => this.setState({ hover: i })}
onMouseLeave={() => this.setState({ hover: null })}
isShiftDown={this.state.isShiftDown}
isShiftDown={this.isShiftDown}
/>
{footer}
<input