mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-06 17:22:06 +00:00
Clear countdown before returning from reconnect
This commit is contained in:
parent
a002709870
commit
3055231f75
1 changed files with 1 additions and 1 deletions
|
@ -105,9 +105,9 @@ define [], () ->
|
|||
|
||||
tryReconnect: () ->
|
||||
@cancelReconnect()
|
||||
delete @$scope.connection.reconnection_countdown
|
||||
return if @connected
|
||||
@$scope.connection.reconnecting = true
|
||||
delete @$scope.connection.reconnection_countdown
|
||||
@ide.socket.socket.reconnect()
|
||||
setTimeout (=> @startAutoReconnectCountdown() if !@connected), 2000
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue