Skip to content

Commit

Permalink
Merge pull request #1262 from FZJ-INM1-BDA/staging
Browse files Browse the repository at this point in the history
v2.7.7
  • Loading branch information
xgui3783 authored Nov 18, 2022
2 parents 736cb0e + d4b8a45 commit d09e384
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
5 changes: 5 additions & 0 deletions docs/releases/v2.7.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v2.7.7

## Bugfix

- Fixed region hierarchy losing interactivity
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ nav:
- Fetching datasets: 'advanced/datasets.md'
- Display non-atlas volumes: 'advanced/otherVolumes.md'
- Release notes:
- v2.7.7: 'releases/v2.7.7.md'
- v2.7.6: 'releases/v2.7.6.md'
- v2.7.5: 'releases/v2.7.5.md'
- v2.7.4: 'releases/v2.7.4.md'
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interactive-viewer",
"version": "2.7.6",
"version": "2.7.7",
"description": "siibra-explorer - explore brain atlases. Based on humanbrainproject/nehuba & google/neuroglancer. Built with angular",
"scripts": {
"lint": "eslint src --ext .ts",
Expand Down
3 changes: 2 additions & 1 deletion src/extra_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,8 @@ how-to-cite img
}

/* this is required to set snackbar to be none-interactive */
.cdk-overlay-pane:has(.sxplr-pe-none)
/* ignore css lint error, they don't know what they are talking about */
.cdk-overlay-pane:has(> .sxplr-pe-none)
{
pointer-events: none;
}

0 comments on commit d09e384

Please sign in to comment.