You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
@ -1159,7 +1159,7 @@ export default class RoomView extends React.Component<IProps, IState> {
|
|||||||
dragCounter: this.state.dragCounter - 1,
|
dragCounter: this.state.dragCounter - 1,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (this.state.dragCounter == 0) {
|
if (this.state.dragCounter === 0) {
|
||||||
this.setState({
|
this.setState({
|
||||||
draggingFile: false,
|
draggingFile: false,
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user