mirror of https://github.com/status-im/codimd.git
Fix OT socket io reconnect should resend last operation
This commit is contained in:
parent
11a8c0f9cf
commit
73a8a6c32a
File diff suppressed because one or more lines are too long
|
@ -32,7 +32,7 @@ ot.SocketIOAdapter = (function () {
|
|||
self.trigger('selection', clientId, selection);
|
||||
});
|
||||
socket.on('reconnect', function () {
|
||||
//self.trigger('reconnect');
|
||||
self.trigger('reconnect');
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue