Skip to content

Commit

Permalink
Disable hover animation on preview frame for classic themes (WordPres…
Browse files Browse the repository at this point in the history
…s#68976)

Co-authored-by: singhakanshu00 <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: carolinan <[email protected]>
Co-authored-by: stokesman <[email protected]>
  • Loading branch information
5 people authored Feb 3, 2025
1 parent 693e315 commit ae20971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/resizable-frame/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function ResizableFrame( {
}
} }
whileHover={
canvas === 'view'
canvas === 'view' && isBlockTheme
? {
scale: 1.005,
transition: {
Expand Down

0 comments on commit ae20971

Please sign in to comment.