FIX: Permit Timeline Topic Status to receive dispatch events to handle keyboard shortcuts when the topic footer is not loaded

This commit is contained in:
cpradio 2016-08-11 08:30:37 -04:00
parent 6075debc90
commit 46fa70d948

View File

@ -55,5 +55,6 @@ export default MountWidget.extend(Docking, {
didInsertElement() {
this._super();
this.dispatch('topic:current-post-scrolled', 'timeline-scrollarea');
this.dispatch('topic-notifications-button:keyboard-trigger', 'topic-notifications-button');
}
});