File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/cursorless-engine/src/actions Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -180,13 +180,13 @@ export class Actions implements ActionRecord {
180180 this . modifierStageFactory ,
181181 ) ;
182182
183- this . [ "experimental.setInstanceReference" ] = new SetSpecialTarget (
183+ this [ "experimental.setInstanceReference" ] = new SetSpecialTarget (
184184 "instanceReference" ,
185185 ) ;
186186
187- this . [ "private.showParseTree" ] = new ShowParseTree ( this . treeSitter ) ;
188- this . [ "private.getTargets" ] = new GetTargets ( ) ;
189- this . [ "private.setKeyboardTarget" ] = new SetSpecialTarget ( "keyboard" ) ;
187+ this [ "private.showParseTree" ] = new ShowParseTree ( this . treeSitter ) ;
188+ this [ "private.getTargets" ] = new GetTargets ( ) ;
189+ this [ "private.setKeyboardTarget" ] = new SetSpecialTarget ( "keyboard" ) ;
190190 }
191191
192192 addSelection ;
You can’t perform that action at this time.
0 commit comments