mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-23 22:12:19 +03:00
fix: remove text highlight if shift + click
This commit is contained in:
parent
bc2c9635b6
commit
bf71b111be
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user