Skip to content

Commit

Permalink
Disabled user interactions with the rendered HTML in the view.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Oct 21, 2020
1 parent 83531df commit 14e13fa
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,9 @@
display: none;
}
}

/* Disable all mouse interaction as long as the editor is not read–only. */
&:not(.ck-read-only) .raw-html--preview-enabled .raw-html__preview {
pointer-events: none;
}
}

0 comments on commit 14e13fa

Please sign in to comment.