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 5ce660e commit 17ce681
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 @@ -26,7 +26,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 17ce681

Please sign in to comment.