Skip to content

Commit

Permalink
Formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen Davies committed Feb 26, 2020
1 parent 8188419 commit 886fa69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/html/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ class HTMLEdit extends Component {
html={ attributes.content }
styles={ styles }
/>
{/*
{ /*
An overlay is added when the block is not selected in order to register click events as
some browsers do not bubble up the clicks from the sandboxed iframe, which makes it
difficult to reselect the block.
*/}
*/ }
{ ! this.props.isSelected && (
<div className="block-library-html__preview-overlay"></div>
) }
Expand Down

0 comments on commit 886fa69

Please sign in to comment.