Fix Raw Data view screen tearing bug

pull/12841/head
Christopher Henn 2019-03-21 13:31:09 -07:00 committed by Chris Henn
parent f2999c35fc
commit 3615f84454
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -55,6 +55,7 @@ class RawFluxDataTable extends PureComponent<Props, State> {
height={tableHeight}
maxColumnCount={maxColumnCount}
data={data}
key={files[0]}
/>
</FancyScrollbar>
</div>