Skip to content

Commit

Permalink
Newsletter Preview: Make the preview not clickable. (#39035)
Browse files Browse the repository at this point in the history
  • Loading branch information
lezama authored Aug 22, 2024
1 parent 71503a6 commit 11bfa73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

feature flagged
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ export function NewsletterPreviewModal( { isOpen, onClose, postId } ) {
height: '100%',
border: 'none',
transition: 'width 0.3s ease-in-out',
pointerEvents: 'none',
} }
title={ __( 'Email Preview', 'jetpack' ) }
/>
Expand Down

0 comments on commit 11bfa73

Please sign in to comment.