Fix OT socket io reconnect should resend last operation
This commit is contained in:
parent
11a8c0f9cf
commit
73a8a6c32a
2 changed files with 2 additions and 2 deletions
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);
|
self.trigger('selection', clientId, selection);
|
||||||
});
|
});
|
||||||
socket.on('reconnect', function () {
|
socket.on('reconnect', function () {
|
||||||
//self.trigger('reconnect');
|
self.trigger('reconnect');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue