Skip to content

Commit

Permalink
Update BaseOptionCommand.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscognite committed Jul 29, 2024
1 parent c15f442 commit a0e8246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export abstract class BaseOptionCommand extends RenderTargetCommand {
return this.options.find((option) => option.isChecked);
}

public add(command: BaseCommand): void {
protected add(command: BaseCommand): void {
this.options.push(command);
}
}

0 comments on commit a0e8246

Please sign in to comment.