Fix Raw Data view screen tearing bug
parent
f2999c35fc
commit
3615f84454
|
@ -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. [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. [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. [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
|
### Bug Fixes
|
||||||
|
|
||||||
|
|
|
@ -55,6 +55,7 @@ class RawFluxDataTable extends PureComponent<Props, State> {
|
||||||
height={tableHeight}
|
height={tableHeight}
|
||||||
maxColumnCount={maxColumnCount}
|
maxColumnCount={maxColumnCount}
|
||||||
data={data}
|
data={data}
|
||||||
|
key={files[0]}
|
||||||
/>
|
/>
|
||||||
</FancyScrollbar>
|
</FancyScrollbar>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue