diff --git a/src/SeqViewerContainer.tsx b/src/SeqViewerContainer.tsx index 8a85e2c66..e22cecaa0 100644 --- a/src/SeqViewerContainer.tsx +++ b/src/SeqViewerContainer.tsx @@ -132,10 +132,7 @@ class SeqViewerContainer extends React.Component { + getSelection = (state: Selection, prop?: Selection): Selection => { if (prop) { return { ...prop, clockwise: typeof prop.clockwise === "undefined" || !!prop.clockwise, type: "" }; }