mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
Minor changes
This commit is contained in:
parent
620b335dc5
commit
04761c9418
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue