mirror of
https://github.com/szimek/sharedrop.git
synced 2026-06-16 21:10:54 +08:00
Fix error on disconnect
This commit is contained in:
parent
f7631d2cea
commit
dc2e7555ba
@ -27,7 +27,7 @@ export default Ember.Controller.extend({
|
||||
},
|
||||
|
||||
_onRoomDisconnected: function () {
|
||||
this.clear();
|
||||
this.get('model').clear();
|
||||
this.set('webrtc', null);
|
||||
},
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user