Skip to content

Commit 886da60

Browse files
committed
Remove pushUndoStop()
1 parent d6c8a5f commit 886da60

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/editor/contrib/suggest/suggestController.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ export class SuggestController implements IEditorContribution {
294294
});
295295

296296
scrollState.restoreRelativeVerticalPositionOfCursor(this.editor);
297-
this.editor.pushUndoStop();
298297

299298
if (!(flags & InsertFlags.NoAfterUndoStop)) {
300299
this.editor.pushUndoStop();

0 commit comments

Comments
 (0)