Skip to content

Commit

Permalink
Try enabling surface worker mode again
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Jul 3, 2024
1 parent 2e37665 commit 90c0829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/StructureViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ END
color: colorblindColors,
opacity: 0.1,
opaqueBack: false,
useWorker: false
useWorker: true
}
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
3 changes: 2 additions & 1 deletion frontend/webpack.frontend.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ module.exports = (env, argv) => {
minimizer: [new TerserPlugin({
terserOptions: {
format: {
beautify: true
beautify: true,
keep_fnames: true
}
}
})],
Expand Down

0 comments on commit 90c0829

Please sign in to comment.