mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
Aside fix
This commit is contained in:
@ -90,8 +90,6 @@ export class IonicApp {
|
||||
*/
|
||||
register(key, component) {
|
||||
this.components[key] = component;
|
||||
console.log('Registered', key, component);
|
||||
// TODO(mlynch): We need to track the lifecycle of this component to remove it onDehydrate
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -133,7 +133,6 @@ export class Aside extends Ion {
|
||||
* @param {boolean} isChanging TODO
|
||||
*/
|
||||
setChanging(isChanging) {
|
||||
console.log('Set changing', isChanging, this.isChanging);
|
||||
|
||||
// Stop any last changing end operations
|
||||
clearTimeout(this.setChangeTimeout);
|
||||
|
Reference in New Issue
Block a user