History menu improvements

This commit is contained in:
James Magahern
2024-07-31 17:53:23 -07:00
parent a0056af8b1
commit 29057c8024
4 changed files with 35 additions and 1 deletions

View File

@@ -84,6 +84,8 @@ class BrowserHistory
let nserror = error as NSError
fatalError("Failed saving persistent entity to store: \(nserror), \(nserror.userInfo)")
}
UIMenuSystem.main.setNeedsRebuild()
}
public func viewModel(forFilterString filterString: String? = nil, limit: Int = 500) -> ViewModel {