browser: do not prevent redraw when connection unavailable (#3605)
Co-authored-by: maico <maico.timmerman@adyen.com>mine
parent
1d8cb6ced0
commit
c07aa2a5f4
|
|
@ -330,7 +330,7 @@ func (b *Browser) TableDataChanged(mdata *model1.TableData) {
|
||||||
cancel = b.cancelFn
|
cancel = b.cancelFn
|
||||||
b.mx.RUnlock()
|
b.mx.RUnlock()
|
||||||
|
|
||||||
if !b.app.ConOK() || cancel == nil || !b.app.IsRunning() {
|
if cancel == nil || !b.app.IsRunning() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue