mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(demos): tweak debounce default
This commit is contained in:
@@ -26,7 +26,7 @@ class DemoApp {
|
||||
this.nextPage = ActionSheetPage;
|
||||
}
|
||||
let nav = this.app.getComponent('nav');
|
||||
helpers.debounce(nav.setRoot(this.nextPage), 100, true);
|
||||
helpers.debounce(nav.setRoot(this.nextPage), 500, true);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user