Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Smith <[email protected]>
  • Loading branch information
jeryj and getdave authored Oct 25, 2024
1 parent cab8f18 commit 0dd85e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/use-zoom-out.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function useZoomOut( zoomOut = true ) {
return;
}

// If we exited zoom out for them and they were originally in zoom out mode, enter zoom out again.
// If zoom out mode was exited for the user and they were originally in zoom out mode, re-enter zoom out mode.
if (
programmaticZoomOutChange.current === false &&
isZoomOutOnMount &&
Expand Down

0 comments on commit 0dd85e1

Please sign in to comment.