Skip to content

Commit b679b2b

Browse files
committed
Version 3.2.0-beta.4
1 parent c6f23fb commit b679b2b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdbe-molstar",
3-
"version": "3.2.0-beta.3",
3+
"version": "3.2.0-beta.4",
44
"description": "Molstar implementation for PDBe",
55
"main": "index.js",
66
"scripts": {

src/app/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,6 @@ export class PDBeMolstarPlugin {
806806
: [...old.autoAttach, CustomTooltipsProvider.descriptor.name],
807807
})).commit();
808808
}
809-
810809
},
811810

812811
/** Remove any tooltips added by `this.visual.tooltips`. */

0 commit comments

Comments
 (0)