Page: Fixes plugins chromeless bug (#62879)

This commit is contained in:
Torkel Ödegaard 2023-02-03 16:14:42 +01:00 committed by GitHub
parent 00d954320f
commit 0ae118d3ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,9 @@ export const OldPage: PageType = ({
chrome.update({
sectionNav: navModel.node,
});
} else {
// Need to trigger a chrome state update for the route change to be processed
chrome.update({});
}
}, [navModel, chrome]);