Skip to content

Commit

Permalink
Prevent the hover animation from firing on the manage all templates page
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Mar 3, 2023
1 parent f2c389e commit c4bffd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export default function Layout() {
{ !! canvasSize.width && (
<motion.div
whileHover={
canvasMode === 'view'
isEditorPage && canvasMode === 'view'
? {
scale: 1.01,
transition: {
Expand Down

0 comments on commit c4bffd7

Please sign in to comment.