FIX: defer topic was broken
This commit is contained in:
parent
afa9a61080
commit
51a6e96b7f
|
@ -456,7 +456,8 @@ export default Controller.extend(bufferedProperty("model"), {
|
|||
},
|
||||
|
||||
deferTopic() {
|
||||
const { screenTrack, currentUser, topic } = this;
|
||||
const { screenTrack, currentUser } = this;
|
||||
const topic = this.model;
|
||||
|
||||
screenTrack.reset();
|
||||
screenTrack.stop();
|
||||
|
|
Loading…
Reference in New Issue