Prettier fix
This commit is contained in:
parent
40e1ba9d9a
commit
15e27d9e2c
|
@ -169,7 +169,7 @@ export default Ember.Mixin.create({
|
|||
if (target) {
|
||||
if (!this.site.mobileView) {
|
||||
let position = target.offset();
|
||||
if (target.parents('.d-header')) {
|
||||
if (target.parents(".d-header")) {
|
||||
position = target.position();
|
||||
position.left += 10;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue