Skip to content

Commit

Permalink
Fix create-mesh-file button (#8077)
Browse files Browse the repository at this point in the history
* fix create-mesh-file button

* update changelog
  • Loading branch information
philippotto authored Sep 16, 2024
1 parent 77f5a51 commit 8bad56b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
- Updated React to version 18. Updated many peer dependencies inlcuding Redux, React-Router, antd, and FlexLayout. [#8048](https://github.com/scalableminds/webknossos/pull/8048)

### Fixed
- Fixed that the precompute-meshfile button did not work in the segments tab. [#8077](https://github.com/scalableminds/webknossos/pull/8077)

### Removed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1049,11 +1049,11 @@ class SegmentsView extends React.Component<Props, State> {
Reload from Server
</ReloadOutlined>
</FastTooltip>
<Popover content={this.getPreComputeMeshesPopover} trigger="click" placement="bottom">
<FastTooltip title="Add a precomputed mesh file">
<FastTooltip title="Add a precomputed mesh file">
<Popover content={this.getPreComputeMeshesPopover} trigger="click" placement="bottom">
<PlusOutlined className="icon-margin-right" />
</FastTooltip>
</Popover>
</Popover>
</FastTooltip>
{this.state.activeMeshJobId != null ? (
<FastTooltip title='A mesh file is currently being computed. See "Processing Jobs" for more information.'>
<LoadingOutlined className="icon-margin-right" />
Expand Down

0 comments on commit 8bad56b

Please sign in to comment.