Skip to content

Commit

Permalink
fix(config): scrollAssist boolean definition (#15203)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker authored and manucorporat committed Aug 17, 2018
1 parent 0ef0662 commit 2af72fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/global/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface IonicConfig {
menuType?: string;
scrollPadding?: string;
inputBlurring?: string;
scrollAssist?: string;
scrollAssist?: boolean;
hideCaretOnScroll?: string;
infiniteLoadingSpinner?: string;
keyboardHeight?: number;
Expand Down

0 comments on commit 2af72fa

Please sign in to comment.