JAL-1802 explanatory comment added
[jalview.git] / src / jalview / gui / AlignFrame.java
index 6ce8140..cc900e0 100644 (file)
@@ -1824,7 +1824,7 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener,
 
     /*
      * just extend the last slide command if compatible; but not if in
-     * SplitFrame mode
+     * SplitFrame mode (to ensure all edits are broadcast - JAL-1802)
      */
     boolean appendHistoryItem = false;
     Deque<CommandI> historyList = viewport.getHistoryList();