fix(drag): use correct coordinates closes #72

This commit is contained in:
moklick
2019-10-28 22:31:26 +01:00
parent 464f951359
commit 544e666478
3 changed files with 31 additions and 28 deletions
+4
View File
@@ -1,3 +1,7 @@
/**
* The user selection rectangle gets displayed when a user drags the mouse while pressing shift
*/
import React, { useEffect, useRef, useState, memo } from 'react';
import { useStoreActions } from '../../store/hooks';