Skip to content

Commit

Permalink
Bug 1518613 - [release 118] fixed xhrBreakpoints to check xhrBreakpoi…
Browse files Browse the repository at this point in the history
…ntsVisible (#7686). r=dwalsh
  • Loading branch information
Jason Laster committed Jan 9, 2019
1 parent bf7d363 commit d7225cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class SecondaryPanes extends Component<Props, State> {
buttons.push(
debugBtn(
evt => {
if (prefs.expressionsVisible) {
if (prefs.xhrBreakpointsVisible) {
evt.stopPropagation();
}
this.setState({ showXHRInput: true });
Expand Down

0 comments on commit d7225cf

Please sign in to comment.