We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c23dd commit 64fc028Copy full SHA for 64fc028
packages/cursorless-engine/src/actions/Actions.ts
@@ -90,11 +90,11 @@ export class Actions implements ActionRecord {
90
this.decrement = new Decrement(this);
91
this.deselect = new Deselect();
92
this.editNew = new EditNew(this.rangeUpdater, this);
93
- this.editNewLineAfter: EditNewAfter = new EditNewAfter(
+ this.editNewLineAfter = new EditNewAfter(
94
this,
95
this.modifierStageFactory,
96
);
97
- this.editNewLineBefore: EditNewBefore = new EditNewBefore(
+ this.editNewLineBefore = new EditNewBefore(
98
99
100
0 commit comments