Skip to content

Commit

Permalink
Fix Raw Data view screen tearing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chnn committed Mar 22, 2019
1 parent f2999c3 commit 3615f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
1. [12655](https://github.com/influxdata/influxdb/pull/12655): Add a variable control bar to dashboards to select values for variables.
1. [12706](https://github.com/influxdata/influxdb/pull/12706): Add ability to add variable to script from the side menu.
1. [12791](https://github.com/influxdata/influxdb/pull/12791): Use time range for metaqueries in Data Explorer and Cell Editor Overlay
1. [12827](https://github.com/influxdata/influxdb/pull/12827): Fix screen tearing bug in Raw Data View

### Bug Fixes

Expand Down
1 change: 1 addition & 0 deletions ui/src/timeMachine/components/RawFluxDataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class RawFluxDataTable extends PureComponent<Props, State> {
height={tableHeight}
maxColumnCount={maxColumnCount}
data={data}
key={files[0]}
/>
</FancyScrollbar>
</div>
Expand Down

0 comments on commit 3615f84

Please sign in to comment.