mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
toolbar fixes
This commit is contained in:
@@ -59,6 +59,7 @@ export class View {
|
||||
if (!navViewportEle) return
|
||||
|
||||
var toolbarContainer = navViewportEle.querySelector('.toolbar-container')
|
||||
if (!toolbarContainer) return
|
||||
|
||||
toolbarContainer.appendChild(toolbar)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user