mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00
fix(zone): forgot to remove console.logs
This commit is contained in:
@ -37,10 +37,7 @@ const win = (window as IonicWindow);
|
|||||||
const Ionic = win.Ionic;
|
const Ionic = win.Ionic;
|
||||||
|
|
||||||
if (Ionic) {
|
if (Ionic) {
|
||||||
console.log('bypassing zone');
|
|
||||||
Ionic.ael = function ngAddEventListener(elm, eventName, cb, opts) {
|
Ionic.ael = function ngAddEventListener(elm, eventName, cb, opts) {
|
||||||
console.log('add listener', !!elm.__zone_symbol__addEventListener);
|
|
||||||
|
|
||||||
if (elm.__zone_symbol__addEventListener) {
|
if (elm.__zone_symbol__addEventListener) {
|
||||||
elm.__zone_symbol__addEventListener(eventName, cb, opts);
|
elm.__zone_symbol__addEventListener(eventName, cb, opts);
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user