Skip to content

Commit

Permalink
fix: not updating diff decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
mkslanc committed Dec 29, 2024
1 parent 44aee5e commit 890c91b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions diff0/twoway.js
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,8 @@ class DiffHighlight {
}
}
});
//TODO: hack for decorators to be forcely updated until we got new change type in VirtualRenderer
editor.renderer.$scrollDecorator.$updateDecorators(config);
}
}

Expand Down

0 comments on commit 890c91b

Please sign in to comment.