mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(click-block): update to config for click-block
update to config for click-block
This commit is contained in:
@@ -11,13 +11,17 @@ Platform.register({
|
||||
settings: {
|
||||
mode: 'md',
|
||||
keyboardHeight: 290,
|
||||
clickBlock: true
|
||||
}
|
||||
});
|
||||
Platform.setDefault('core');
|
||||
|
||||
|
||||
Platform.register({
|
||||
name: 'mobile'
|
||||
name: 'mobile',
|
||||
settings: {
|
||||
clickBlock: true
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user