Skip to content
This repository has been archived by the owner. It is now read-only.

Fixes #4018 #4964

Merged
merged 1 commit into from Oct 19, 2016
Merged

Fixes #4018 #4964

Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fixes #4018

Fixes issue where LastPass' popup window is closed during user attempt
to shift focus from username field to password field.

Auditor: @bridiver
  • Loading branch information
jonathansampson committed Oct 19, 2016
commit a470f9f4d41074c6a85690053023b714fc348b81
@@ -22,7 +22,7 @@ class PopupWindow extends ImmutableComponent {
}

onKeyDown (e) {
if (e.keyCode === KeyCodes.ESC || e.keyCode === KeyCodes.TAB) {
if (e.keyCode === KeyCodes.ESC) {
windowActions.setPopupWindowDetail()
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.