Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Serong <14988353+andrewserong@users.noreply.github.com>
  • Loading branch information
getdave and andrewserong committed Aug 15, 2024
1 parent 2e2db22 commit 4e5de94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ export default function useBlockDropZone( {
return;
}

// In Zoom Out mode, if the target is not the section root provided by settings) then do not allow dropping as
// In Zoom Out mode, if the target is not the section root provided by settings then do not allow dropping as
// the target is not within the root.
if (
isZoomOutMode &&
Expand Down

0 comments on commit 4e5de94

Please sign in to comment.