Fixed still show error message after reconnect.
This commit is contained in:
parent
642cc925f5
commit
d97f64a410
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ class _Singleton extends App.Controller
|
|||
@connectionWasEstablished = true
|
||||
|
||||
# close error message show up (because try so connect again) if exists
|
||||
@clearDelay('websocket-no-connection-try-reconnect')
|
||||
@clearDelay('websocket-no-connection-try-reconnect-message')
|
||||
if @error
|
||||
@error.modalHide()
|
||||
@error = false
|
||||
|
|
Loading…
Reference in a new issue