Fix edits not being reported when rewrapping

This commit is contained in:
Antonio Scandurra 2023-12-01 11:48:21 +01:00
parent 0e1597d385
commit 1b07fd6a70
2 changed files with 1 additions and 4 deletions

View file

@ -162,7 +162,7 @@ impl WrapMap {
{
let tab_snapshot = new_snapshot.tab_snapshot.clone();
let range = TabPoint::zero()..tab_snapshot.max_point();
let edits = new_snapshot
edits = new_snapshot
.update(
tab_snapshot,
&[TabEdit {