Skip to content

Commit

Permalink
relaoding tab after scripts were injected into the selected tab’s web…
Browse files Browse the repository at this point in the history
…view (#6117)
  • Loading branch information
LamourBt committed Feb 18, 2020
1 parent cedb7b1 commit 4c3cf89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/Frontend/Browser/UserScriptManager.swift
Expand Up @@ -67,5 +67,6 @@ class UserScriptManager {
if noImageMode {
tab.webView?.configuration.userContentController.addUserScript(noImageModeUserScript)
}
tab.reload()
}
}

0 comments on commit 4c3cf89

Please sign in to comment.