Skip to content

Commit

Permalink
Merge pull request #4046 from epam/4045-system-doesnt-save-selection-…
Browse files Browse the repository at this point in the history
…state-for-custom-query-bonds

#4045 System doesn't save selection state for custom query bonds
  • Loading branch information
captain2b committed Feb 7, 2024
2 parents a733d0f + ca85304 commit d9e580d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ function bondToKet(source) {
ifDef(result, 'topology', source.topology, 0);
ifDef(result, 'center', source.reactingCenterStatus, 0);
ifDef(result, 'cip', source.cip, '');
ifDef(result, 'selected', source.getInitiallySelected());
}
ifDef(result, 'selected', source.getInitiallySelected());
return result;
}

Expand Down

0 comments on commit d9e580d

Please sign in to comment.