mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
comment out window.ionic ref in Tap
This commit is contained in:
@ -536,9 +536,9 @@ function tapHandleFocus(ele) {
|
||||
|
||||
if (triggerFocusIn) {
|
||||
tapActiveElement(ele);
|
||||
ionic.trigger('ionic.focusin', {
|
||||
target: ele
|
||||
}, true);
|
||||
// ionic.trigger('ionic.focusin', {
|
||||
// target: ele
|
||||
// }, true);
|
||||
}
|
||||
}
|
||||
|
||||
@ -570,7 +570,7 @@ function tapFocusIn(e) {
|
||||
tapTouchFocusedInput.focus();
|
||||
tapTouchFocusedInput = null;
|
||||
}
|
||||
ionic.scroll.isScrolling = false;
|
||||
//ionic.scroll.isScrolling = false;
|
||||
}
|
||||
|
||||
function tapFocusOut() {
|
||||
|
Reference in New Issue
Block a user