Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
pdbe
web-components
pdb-ligand-env
Commits
85fbacc3
Commit
85fbacc3
authored
Oct 27, 2020
by
Lukas Pravda
Browse files
fix bound molecule ligands does not scale down
parent
68ba6c5d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/plugin/manager.ts
src/plugin/manager.ts
+1
-1
No files found.
src/plugin/manager.ts
View file @
85fbacc3
...
...
@@ -853,7 +853,7 @@ class Visualization {
private
nodeDim
(
x
:
Model
.
InteractionNode
,
i
:
number
,
g
:
any
)
{
if
(
!
x
.
residue
.
isLigand
)
x
.
scale
=
1.0
;
if
(
!
x
.
static
)
x
.
scale
=
1.0
;
if
(
x
.
residue
.
isLigand
)
d3
.
select
(
g
[
i
]).
style
(
'
cursor
'
,
'
default
'
);
d3
.
select
(
g
[
i
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment