Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React UI: Batch of fixes #1211

Merged
merged 12 commits into from
Feb 28, 2020
Next Next commit
Disabled tracks for polyshapes in UI
  • Loading branch information
bsekachev committed Feb 28, 2020
commit 5ae9be7fa0360d9a363b4ce2df872e553f97c581
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ function DrawShapePopoverComponent(props: Props): JSX.Element {
<Col span={12}>
<Button
onClick={onDrawTrack}
disabled={shapeType !== ShapeType.RECTANGLE}
>
Track
</Button>
Expand Down