icn3d 3.25.4 → 3.25.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/icn3d.module.js CHANGED
@@ -42999,6 +42999,10 @@ class ShowSeq {
42999
42999
  if(strandArray[strandCnt].anchorRefnum) { // use anchor to name refnum
43000
43000
  if(currResi == strandArray[strandCnt].startResi) {
43001
43001
  refnumInStrand = strandArray[strandCnt].anchorRefnum - strandArray[strandCnt].resCntBfAnchor;
43002
+ strandArray[strandCnt].startRefnum = refnumInStrand;
43003
+ }
43004
+ else if(currResi == strandArray[strandCnt].endResi) {
43005
+ strandArray[strandCnt].endRefnum = refnumInStrand;
43002
43006
  }
43003
43007
 
43004
43008
  refnumLabelNoPostfix = strandArray[strandCnt].strand + refnumInStrand;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icn3d",
3
- "version": "3.25.4",
3
+ "version": "3.25.5",
4
4
  "main": "./icn3d.js",
5
5
  "exports": {
6
6
  ".": {