FIX: Sometimes the topic timeline wasn't docking
This commit is contained in:
parent
e4d557cdb9
commit
6d5fe73422
|
@ -14,6 +14,7 @@ export default MountWidget.extend(Docking, {
|
||||||
topic: this.get('topic'),
|
topic: this.get('topic'),
|
||||||
topicTrackingState: this.topicTrackingState,
|
topicTrackingState: this.topicTrackingState,
|
||||||
enteredIndex: this.get('enteredIndex'),
|
enteredIndex: this.get('enteredIndex'),
|
||||||
|
dockAt: this.dockAt,
|
||||||
dockBottom: this.dockBottom,
|
dockBottom: this.dockBottom,
|
||||||
mobileView: this.get('site.mobileView')
|
mobileView: this.get('site.mobileView')
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue