Skip to content

Commit

Permalink
Fix #6233 - Keyboard not dimissed when opening the library panels fro… (
Browse files Browse the repository at this point in the history
#6278)

* Fix #6233 - Keyboard not dimissed when opening the library panels from the home screen

* Tap gesture is removed
  • Loading branch information
KrystynaKruchkovska authored Mar 25, 2020
1 parent 2270b1d commit 5ba3e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/Frontend/Browser/BrowserViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1655,6 +1655,7 @@ extension BrowserViewController: LibraryPanelDelegate {
extension BrowserViewController: HomePanelDelegate {
func homePanelDidRequestToOpenLibrary(panel: LibraryPanelType) {
showLibrary(panel: panel)
view.endEditing(true)
}

func homePanel(didSelectURL url: URL, visitType: VisitType) {
Expand Down

0 comments on commit 5ba3e95

Please sign in to comment.