FIX: Sometimes the topic timeline wasn't docking

This commit is contained in:
Robin Ward 2017-05-17 11:05:58 -04:00
parent e4d557cdb9
commit 6d5fe73422
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ export default MountWidget.extend(Docking, {
topic: this.get('topic'),
topicTrackingState: this.topicTrackingState,
enteredIndex: this.get('enteredIndex'),
dockAt: this.dockAt,
dockBottom: this.dockBottom,
mobileView: this.get('site.mobileView')
};