Skip to content

Commit

Permalink
Disable ngl surface worker again as its not working on the server
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Apr 14, 2024
1 parent c1ecfd8 commit be6b68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/StructureViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ END
color: colorblindColors,
opacity: 0.1,
opaqueBack: false,
useWorker: true
useWorker: false
}
query.addRepresentation("surface", { sele: surfaceSele0.join(" or "), name: "querySurface-0", ...surfaceParams });
query.addRepresentation("surface", { sele: surfaceSele1.join(" or "), name: "querySurface-1", visible: false, ...surfaceParams });
Expand Down

0 comments on commit be6b68e

Please sign in to comment.