Various improvements

This commit is contained in:
Ilya Laktyushin
2024-08-08 23:47:25 +02:00
parent aa3296cf95
commit 0dc4ce81f9
7 changed files with 198 additions and 158 deletions

View File

@@ -363,7 +363,6 @@ final class BrowserWebContent: UIView, BrowserContent, WKNavigationDelegate, WKU
}
}
var currentFontState = BrowserPresentationState.FontState(size: 100, isSerif: false)
func updateFontState(_ state: BrowserPresentationState.FontState) {
self.updateFontState(state, force: false)