diff --git a/src/SelectableGroup.tsx b/src/SelectableGroup.tsx index de4dabe..01691fa 100644 --- a/src/SelectableGroup.tsx +++ b/src/SelectableGroup.tsx @@ -684,8 +684,8 @@ export class SelectableGroup extends Component { ) { this.selectItems( { - top, - left, + top: this.containerScroll.scrollTop + top, + left: this.containerScroll.scrollLeft + left, width: 0, height: 0, offsetWidth: 0,