Skip to content

Commit

Permalink
Comment update
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 e8d1f3f commit cab8f18
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 @@ -41,7 +41,7 @@ export function useZoomOut( zoomOut = true ) {
) {
setZoomLevel( 'auto-scaled' );
}
// We entered zoom out for them, and they were not originally in zoom out mode, so reset the zoom level.
// Zoom out was activated for the user, and they were not originally in zoom out mode, so reset the zoom level.
else if (
programmaticZoomOutChange.current === true &&
isZoomOut() &&
Expand Down

0 comments on commit cab8f18

Please sign in to comment.