FIX: defer topic was broken

This commit is contained in:
Robin Ward 2020-08-14 17:25:37 -04:00
parent afa9a61080
commit 51a6e96b7f
1 changed files with 2 additions and 1 deletions

View File

@ -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();