You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ensure multi-selection with single-line copies do not have extra newlines between copied lines.
This change attempts to fix an edge-case with the multi-selection and full-line copy mechanics.
Before this change, when someone used multi-selection (two cursors), and copied two lines (each with empty selections), then two full lines of content would be copied to the clipboard. However, there would an issue with too many newlines (two newlines) in-between the lines of content.
After this change, now when someone does the same operation, the lines of content will only have a single newline between them.
0 commit comments