Skip to content

Commit

Permalink
Increase multi-select buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jun 26, 2017
1 parent 9cadf41 commit b662b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/modes/visual-editor/block-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class VisualEditorBlockList extends Component {
}

onPointerMove( { clientY } ) {
const BUFFER = 25;
const BUFFER = 60;
const { multiSelectedBlocks } = this.props;
const y = clientY + window.pageYOffset;

Expand Down

0 comments on commit b662b2e

Please sign in to comment.