Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux committed Jun 12, 2024
1 parent d99d934 commit 2ea0e3e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ export function useInBetweenInserter() {
}

function onMouseMove( event ) {
// openRef is the reference to the insertion point between blocks.
// If the reference is not set or the insertion point is already open, return.
if ( openRef === undefined || openRef.current ) {
return;
}
Expand Down

0 comments on commit 2ea0e3e

Please sign in to comment.