Skip to content

Commit

Permalink
Bug 1493937 - Highlighting the various margin/border/padding/content …
Browse files Browse the repository at this point in the history
…regions from the box-model does not work anymore r=pbro

Differential Revision: https://phabricator.services.mozilla.com/D8020

--HG--
extra : moz-landing-system : lando
  • Loading branch information
Michael Ratcliffe committed Oct 9, 2018
1 parent 1341efa commit 2150b8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devtools/client/inspector/boxmodel/components/BoxModelMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ class BoxModelMain extends PureComponent {
showOnly: region,
onlyRegionArea: true,
});

event.preventDefault();
}

/**
Expand Down

0 comments on commit 2150b8b

Please sign in to comment.