Minor changes

This commit is contained in:
mp 2024-11-14 22:00:00 -08:00
parent 620b335dc5
commit 04761c9418

View file

@ -279,7 +279,7 @@ class InlineDiffsService extends Disposable implements IInlineDiffsService {
this._undoRedoService.pushElement(elt, editGroup)
const onFinishEdit = () => () => {
const onFinishEdit = () => {
if (afterSnapshot !== null) return
afterSnapshot = {
diffAreaOfId: structuredClone(this.diffAreaOfId),