Skip to content

Commit

Permalink
fix(sqllab): Un-render deselected tabs (#18934)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Ritter committed Feb 24, 2022
1 parent 209e3f4 commit 420a63f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ class TabbedSqlEditors extends React.PureComponent {

return (
<EditableTabs
destroyInactiveTabPane
activeKey={this.props.tabHistory[this.props.tabHistory.length - 1]}
id="a11y-query-editor-tabs"
className="SqlEditorTabs"
Expand Down

0 comments on commit 420a63f

Please sign in to comment.