mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 23:54:42 -04:00
Fixed OT some uncaught error and exceptions
This commit is contained in:
parent
c06fb7a526
commit
92493e307a
3 changed files with 4 additions and 4 deletions
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…
Add table
Add a link
Reference in a new issue