Fix edits not being reported when rewrapping
This commit is contained in:
parent
0e1597d385
commit
1b07fd6a70
2 changed files with 1 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue