Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Oct 25, 2024
1 parent 0dd85e1 commit e2d6203
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 @@ -28,7 +28,7 @@ export function useZoomOut( zoomOut = true ) {
const isZoomOutOnMount = isZoomOut();

return () => {
// We never changed modes for them, so there is nothing to do.
// No mode change was made for the user, so no action is needed.
if ( programmaticZoomOutChange.current === null ) {
return;
}
Expand Down

0 comments on commit e2d6203

Please sign in to comment.