Skip to content

Fix undo broken after pasting a line with wrap in the middle

Waqar Ahmed requested to merge work/undo-fix into master

Before merging editInsertText and editWrapLine we must make sure that the editInsertText inserted text in the whole line starting at column 0

Merge request reports