Skip to content

Commit

Permalink
Prevent selection for invalid block preview
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Jul 18, 2017
1 parent 52a026f commit eeb0450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/modes/visual-editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
position: relative;
min-height: 250px;
pointer-events: none;
user-select: none;
}

&.is-invalid .editor-visual-editor__block-edit::after {
Expand Down

0 comments on commit eeb0450

Please sign in to comment.