Can place ball on the court #77
Merged
vivien.dufour
merged 14 commits from editor/ball-assign
into master
1 year ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'editor/ball-assign'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Also added player and ball remove by drag and drop them out of the court
export interface BallPieceProps {
onDrop: () => void
pieceRef: RefObject<HTMLDivElement>
export interface CourtBallProps {
Move this in
CourtBall.tsx
as its only used by this filecursor: pointer;
}
.ball-div:focus-within {
remove this
justify-content: flex-start;
}
#opponent-rack {
you can factorise allies-rack and opponents-rack :
}
})
return
} else {
the else here is useless as the if above already returns if executed
eb744d0da4
into master 1 year agoReviewers
eb744d0da4
.