全角チェックのアップデート

This commit is contained in:
kanarutsuda
2024-06-04 14:35:11 +09:00
parent 22e9094d4c
commit 544370688e
7 changed files with 131 additions and 63 deletions

View File

@@ -12,7 +12,7 @@ interface IButtonAddProps {
position: string;
//イベント名
eventName:string
}
}
export class ButtonAddAction implements IAction {
name: string;
@@ -97,7 +97,6 @@ export class ButtonAddAction implements IAction {
return result;
}
}
register(): void {
actionAddins[this.name] = this;