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