mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 16:34:33 +00:00
Fix OT socket io reconnect should resend last operation
This commit is contained in:
parent
11a8c0f9cf
commit
73a8a6c32a
2
public/vendor/ot/ot.min.js
vendored
2
public/vendor/ot/ot.min.js
vendored
File diff suppressed because one or more lines are too long
2
public/vendor/ot/socketio-adapter.js
vendored
2
public/vendor/ot/socketio-adapter.js
vendored
@ -32,7 +32,7 @@ ot.SocketIOAdapter = (function () {
|
||||
self.trigger('selection', clientId, selection);
|
||||
});
|
||||
socket.on('reconnect', function () {
|
||||
//self.trigger('reconnect');
|
||||
self.trigger('reconnect');
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user