@abi-software/scaffoldvuer 1.6.1 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/scaffoldvuer",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1604,7 +1604,7 @@ export default {
1604
1604
  if (event.identifiers.length > 0 && event.identifiers[0]) {
1605
1605
  if (event.identifiers[0].coords) {
1606
1606
  this.tData.active = false;
1607
- if (!this.viewingMode !== "Annotation" || !this.annotationSidebar) {
1607
+ if (this.viewingMode !== "Annotation" || !this.annotationSidebar) {
1608
1608
  this.tData.visible = true;
1609
1609
  }
1610
1610
  this.tData.label = id;