Skip to content

Commit

Permalink
Refactoring src/commands/rectangle.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Sep 24, 2023
1 parent 44561f0 commit c054f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/rectangle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class StartAcceptingRectCommand extends EmacsCommand implements IEmacsCom

private acceptingRectCommand = false;

public startAcceptingRectCommand(): void {
private startAcceptingRectCommand(): void {
this.acceptingRectCommand = true;
vscode.commands.executeCommand("setContext", "emacs-mcx.acceptingRectCommand", true);
}
Expand Down

0 comments on commit c054f05

Please sign in to comment.