mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Avoid prop reference error in test
This commit is contained in:
parent
c120b731a4
commit
b3266f6c62
@ -506,7 +506,7 @@ class JobOutput extends Component {
|
||||
handleResize({ width }) {
|
||||
if (width !== this._previousWidth) {
|
||||
this.cache.clearAll();
|
||||
if (this.listRef) {
|
||||
if (this.listRef?.recomputeRowHeights) {
|
||||
this.listRef.recomputeRowHeights();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user