Skip to content

Commit

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

0 comments on commit 0d4fbda

Please sign in to comment.