Skip to content
Prev Previous commit
Next Next commit
Allow pointer events
  • Loading branch information
ockham committed Jun 17, 2022
commit 233803edb73f3523824e544f6d638146c0d9aedf
4 changes: 4 additions & 0 deletions packages/block-library/src/post-comments-form/editor.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.wp-block-post-comments-form * {
pointer-events: none;

&.block-editor-warning * {
pointer-events: auto;
}
}