FIX: Numerous fixes
This also fix old issues: * Top border is only the top border of the selected area (and not he top border of each cell in the area) * Same for bottom, left and right borders Factored out all the border related issues to a new file
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
23ab5dfef2
commit
6ee450709a
@@ -119,7 +119,6 @@ const usePointer = (options: PointerSettings): PointerEvents => {
|
||||
|
||||
const onPointerDown = useCallback(
|
||||
(event: PointerEvent) => {
|
||||
console.log("onPointerDown");
|
||||
let x = event.clientX;
|
||||
let y = event.clientY;
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user