Skip to content

Commit

Permalink
Rename function to 'onGutenbergLoadStyles' for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Siobhan committed Dec 17, 2021
1 parent d098211 commit 9a2cf3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class GutenbergWebViewController: GutenbergWebSingleBlockViewController, WebKitA
].compactMap { $0 }
}

override func onGutenbergReadyStyles() -> [WKUserScript] {
override func onGutenbergLoadStyles() -> [WKUserScript] {
return [
loadCustomStyles(named: "external-style-overrides")
].compactMap { $0 }
Expand Down

0 comments on commit 9a2cf3b

Please sign in to comment.