mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
feat(routerDirection): refactors goBack
This commit is contained in:
@ -54,7 +54,7 @@ export class BackButton {
|
||||
ev.preventDefault();
|
||||
nav.pop();
|
||||
} else if (this.defaultHref) {
|
||||
openURL(this.defaultHref, ev, true);
|
||||
openURL(this.defaultHref, ev, 'back');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user