mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
config instance not class
This commit is contained in:
@@ -19,7 +19,7 @@ export class TapInput extends IonInput {
|
||||
app: IonicApp,
|
||||
config: IonicConfig
|
||||
) {
|
||||
super(elementRef, app, IonicConfig, scrollView);
|
||||
super(elementRef, app, config, scrollView);
|
||||
|
||||
if (container) {
|
||||
container.registerInput(this);
|
||||
|
||||
Reference in New Issue
Block a user