Skip to content

Commit 652ed28

Browse files
authored
Fix broken annotation view (caused by incorrect merge in #8535) (#8599)
* fix incorrect merge * update changelog
1 parent be42307 commit 652ed28

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.unreleased.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
2020

2121
### Fixed
2222
- Fixed that layer bounding boxes were sometimes colored green even though this should only happen for tasks. [#8535](https://github.com/scalableminds/webknossos/pull/8535)
23+
- Fixed that annotations could not be opened anymore (caused by #8535). [#8599](https://github.com/scalableminds/webknossos/pull/8599)
2324

2425
### Removed
2526

frontend/javascripts/oxalis/controller/scene_controller.ts

-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ class SceneController {
231231
showCrossSections: true,
232232
isHighlighted: false,
233233
});
234-
this.datasetBoundingBox.getMeshes().forEach((mesh) => this.rootNode.add(mesh));
235234

236235
this.contour = new ContourGeometry();
237236
this.quickSelectGeometry = new QuickSelectGeometry();

0 commit comments

Comments
 (0)