RB
Size: a a a
RB
RS
A
S
СБ
🌹
AE
N
BK
И
BK
DG
DK
BK
DK
BK
DK
Ш
cardThrow(){
console.log('hyi')
window.removeEventListener('mouseup', this.cardThrow)
}
<div onMouseDown={() => {
this.setState({isPressed: true});
window.addEventListener('mouseup', cardThrow)
}}
/>