mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
@ -135,7 +135,9 @@ export class Toolbar extends ToolbarBase {
|
||||
this.itemEles = [];
|
||||
}
|
||||
|
||||
onIonInit() {
|
||||
onInit() {
|
||||
super.onInit();
|
||||
|
||||
// TODO: THIS IS HORRIBLE, FIX
|
||||
setTimeout(() => {
|
||||
this.alignTitle();
|
||||
|
Reference in New Issue
Block a user