Skip to content

Commit

Permalink
KBView dup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Apr 10, 2020
1 parent e960ddc commit a4fa402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Blink/SmarterKeys/KBProxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class KBProxy: UIView {
super.didMoveToSuperview()

guard let placeView = _placeView else {
_kbView.removeFromSuperview()
return
}

Expand Down
1 change: 1 addition & 0 deletions Blink/SmarterKeys/SmarterTermInput.swift
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class SmarterTermInput: KBWebView {
device?.focus()
kbView.isHidden = false
setNeedsLayout()
_refreshInputViews()

_inputAccessoryView?.isHidden = false

Expand Down

0 comments on commit a4fa402

Please sign in to comment.