Fixed closing of new modal api.
This commit is contained in:
parent
6c42e43bd7
commit
caf97b8e3b
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ class _webSocketSingleton extends App.Controller
|
|||
# close error message show up (because try so connect again) if exists
|
||||
App.Delay.clear('websocket-no-connection-try-reconnect-message', 'ws')
|
||||
if @error
|
||||
@error.hide()
|
||||
@error.close()
|
||||
@error = false
|
||||
@tryToConnect = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue