Skip to content

Commit

Permalink
no initial animation
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Apr 3, 2024
1 parent 643755f commit 52fadc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export default function Editor( { isLoading, onClick } ) {
}
) }
header={
<AnimatePresence>
<AnimatePresence initial={ false }>
{ canvasMode === 'edit' && (
<motion.div
initial={ {
Expand Down

0 comments on commit 52fadc5

Please sign in to comment.