mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
chore(): update to latest stencil
This commit is contained in:
@ -40,8 +40,10 @@ if (!Ionic) {
|
||||
throw new Error(`ionic.js script missing from index.html`);
|
||||
|
||||
} else {
|
||||
|
||||
console.log('bypassing zone');
|
||||
Ionic.ael = function ngAddEventListener(elm, eventName, cb, opts) {
|
||||
console.log('add listener', !!elm.__zone_symbol__addEventListener);
|
||||
|
||||
if (elm.__zone_symbol__addEventListener) {
|
||||
elm.__zone_symbol__addEventListener(eventName, cb, opts);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user