Fix theming on Article panel

This commit is contained in:
Maurice Parker
2022-01-28 12:59:28 -08:00
parent 2bb550b202
commit 5371fca4ea

View File

@@ -297,6 +297,9 @@ class SceneCoordinator: NSObject, UndoableCommandRunner {
self.articleViewController = rootSplitViewController.viewController(for: .secondary) as? ArticleViewController
self.articleViewController?.coordinator = self
if let navController = self.articleViewController?.navigationController {
configureNavigationController(navController)
}
for sectionNode in treeController.rootNode.childNodes {
markExpanded(sectionNode)