Selection still work even if going off board
This commit is contained in:
parent
d8f22ce938
commit
4679b3fc77
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ const Selector = ({ children }) => {
|
|||
<div
|
||||
onMouseDown={onMouseDown}
|
||||
onMouseMove={onMouseMouve}
|
||||
onMouseEnter={onMouseUp}
|
||||
onMouseEnter={onMouseMouve}
|
||||
onMouseOut={onMouseMouve}
|
||||
ref={wrapperRef}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue