Skip to content

Commit

Permalink
delete unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jgespinosa10 committed Dec 18, 2024
1 parent b052fd0 commit d6d327d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/ove/src/withEditorInteractions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -665,10 +665,6 @@ function VectorInteractionHOC(Component /* options */) {
text: "Cut",
className: "openVeCut",
onClick: this.handleCut
// onClick: makeTextCopyable(s => ({
// ...s,
// textToCopy: isProtein ? s.proteinSequence : s.sequence
// }))
}
]),
{
Expand Down

0 comments on commit d6d327d

Please sign in to comment.