Skip to content

Commit

Permalink
refactor: update isInMultiAction to align with other checks
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyEggo committed Sep 25, 2024
1 parent cbf0782 commit c2a93c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/actions/key.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class KeyAction<T extends JsonObject = JsonObject> extends Action<T> {
* Determines whether the key is part of a multi-action.
* @returns `true` when in a multi-action; otherwise `false`.
*/
public get isInMultiAction(): boolean {
public isInMultiAction(): boolean {
return this.#source.payload.isInMultiAction;
}

Expand Down

0 comments on commit c2a93c8

Please sign in to comment.