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

@@ -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.