fix the build
This commit is contained in:
parent
c4fca36255
commit
98354bd34c
|
@ -180,10 +180,7 @@ export default Ember.Component.extend({
|
|||
}
|
||||
|
||||
// switch mobile scroll logo at the very bottom of topics
|
||||
|
||||
// not a mobile device so don't do anything
|
||||
if (!this.site.mobileView) return;
|
||||
|
||||
if (this.site.mobileView) {
|
||||
const isIOS = this.capabilities.isIOS,
|
||||
switchHeight = bodyHeight - offset - windowHeight,
|
||||
appEvents = getOwner(this).lookup("app-events:main");
|
||||
|
@ -199,6 +196,7 @@ export default Ember.Component.extend({
|
|||
appEvents.trigger("header:hide-topic");
|
||||
}, 300);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
click(e) {
|
||||
|
|
Loading…
Reference in New Issue