co-authored by
Travis Ralston
parent
ebedd3cbcb
commit
ff00683f32
@@ -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