chore: enable no-static-element-interactions eslint rule (#10351)

This commit is contained in:
Erik Ritter
2020-07-17 09:19:16 -07:00
committed by GitHub
parent aaad4522f0
commit 5984df3522
16 changed files with 43 additions and 6 deletions

View File

@@ -212,6 +212,8 @@ class TableElement extends React.PureComponent {
<Fade in={this.state.hovered}>{this.renderControls()}</Fade>
)}
<i
role="button"
tabIndex={0}
onClick={e => {
this.toggleTable(e);
}}