-
Notifications
You must be signed in to change notification settings - Fork 73
ssDNA should not show reverseSequence automaticlly #898
Conversation
@@ -13,6 +13,9 @@ class GenbankView extends React.Component { | |||
state = { | |||
fileTypeToView: "genbank" | |||
}; | |||
|
|||
select = () => this._input?.select(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change fixed the Genbank View selection and also the console warning in dev tool.
4 failed tests on run #1652 ↗︎
Details:
menuBar.spec.js • 2 failed testsenzymeManager.spec.js • 1 failed test
umdDemo.spec.js • 1 failed test
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
@tnrich could you check this and TeselaGen/tg-oss#1. |
@XingGao-PKI it looks like adding This code in particular: I'm going to revert that part of your change from ove. Can you explain why you added that code? |
if you init the editor with a SS-DNA, it will be fine, but if you pull one ss-DNA to ds-DNA borad, we need to update the |
With this change and TeselaGen/tg-oss#1
Reversed sequence does not show when drag a ss-DNA file in.