Skip to content

Commit

Permalink
fixed wrong null assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
toriphes committed Jul 9, 2018
1 parent bf6db48 commit 8a4298c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/header-scroll-opacity.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export class IonHeaderScrollOpacityDirective {
this.isTransparent ? 0 : 1
);
origDidEnter.apply(toolbar);
origDidEnter = null;
};
}

Expand Down

0 comments on commit 8a4298c

Please sign in to comment.