JAL-2526 first draft of findIndex/findPosition with SequenceCursor
[jalview.git] / src / jalview / commands / EditCommand.java
index bba0dfb..0a8dc7d 100644 (file)
@@ -798,6 +798,8 @@ public class EditCommand implements CommandI
       AlignmentAnnotation[] tmp;
       for (int s = 0; s < command.seqs.length; s++)
       {
+        command.seqs[s].zapCursor();
+
         if (modifyVisibility)
         {
           // Rows are only removed or added to sequence object.