Skip to content
Snippets Groups Projects
Commit 4e28f367 authored by Ivan Wang's avatar Ivan Wang
Browse files

remove trailing comma as per linter

parent 3e497794
Branches
Tags
No related merge requests found
......@@ -100,7 +100,7 @@ class Stage extends React.Component {
this.cancelMouseDownTimeout();
this.setState({
mouseDown: false,
mouseDownPosition: null,
mouseDownPosition: null
});
if (this.state.isDragging) {
this.onStopDrag();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment