mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: enable no-static-element-interactions eslint rule (#10351)
This commit is contained in:
@@ -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);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user