Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Sep 25, 2023
1 parent 1385d3d commit 93108a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/CanvasLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export class CanvasLayer extends Component {
this.ctx.stroke();
});
});
this.setState({ selection: prevColor });
this.setState({ selection: prevColor });
return;
}

Expand Down

0 comments on commit 93108a7

Please sign in to comment.