Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #232 from brave/undefined-active-frame
Browse files Browse the repository at this point in the history
Undefined active frame
  • Loading branch information
bridiver committed Jan 22, 2016
2 parents e6318c6 + 6803bcf commit 53476aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/components/tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ class Tab extends ImmutableComponent {
WindowActions.setActiveFrame(this.props.frameProps)
}

onCloseFrame () {
onCloseFrame (event) {
event.stopPropagation()
WindowActions.closeFrame(this.props.frames, this.props.frameProps)
}

Expand Down

0 comments on commit 53476aa

Please sign in to comment.