Add missing leading call for the sidebar container observer

This commit is contained in:
Jonny Buchanan 2025-06-03 17:59:36 +10:00
parent 870fb7ec93
commit c577422094

View File

@ -3186,6 +3186,7 @@ async function observeSidebar() {
}()
}
}, {
leading: true,
name:'sidebar container',
observers: pageObservers,
})