Skip to content

Commit

Permalink
#109 [fix] 클릭상태를 변경하는 메소드 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
hellozo0 committed Jan 12, 2024
1 parent 63dfb07 commit 4c232ff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ public void setIsModelAgree(final Boolean isModelAgree){
this.isModelAgree = isModelAgree;
}

public void updateClickStatus() { this.isClicked = true; }

}

0 comments on commit 4c232ff

Please sign in to comment.