mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
click block updates
This commit is contained in:
@@ -19,5 +19,6 @@ import {
|
||||
export class Content {
|
||||
constructor() {
|
||||
this.contentClass = true;
|
||||
console.log('Content!');
|
||||
}
|
||||
}
|
||||
|
||||
@@ -195,8 +195,6 @@ export class NavBase {
|
||||
// allow clicks again
|
||||
ClickBlock(false);
|
||||
|
||||
console.log('transition, canSwipeBack()', this.canSwipeBack());
|
||||
|
||||
// resolve that this push has completed
|
||||
resolve();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user