Skip to content

Commit

Permalink
fix(input): Inputs will allow native copy pasting
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed May 20, 2017
1 parent e55717a commit 642135f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class MyApp {
// Here you can do any higher level native things you might need.
statusBar.styleDefault();

keyboard.disableScroll(true);
//keyboard.disableScroll(true);
this.menuController.enable(false);


Expand Down

0 comments on commit 642135f

Please sign in to comment.