Skip to content

Commit

Permalink
Fix quick dragging when resizing the cover block
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Mar 22, 2023
1 parent c53b009 commit 564fd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/iframe/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function bubbleEvents( doc ) {
}
}

const eventTypes = [ 'dragover' ];
const eventTypes = [ 'dragover', 'mousemove' ];

for ( const name of eventTypes ) {
doc.addEventListener( name, bubbleEvent );
Expand Down

0 comments on commit 564fd60

Please sign in to comment.