This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
- Open a JS file with a multiline block comment
- Create multiple cursors inside the block comment
- Edit > Toggle Block Comment
Result: Nothing happens. This is because we iterate over each selection independently, but both selections would try to generate the same edit (remove the outer block comment), and those overlapping edits get rejected by doMultipleEdits().