You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
가끔씩 외부에서 readState를 초기화해야 할 때가 있는데,,
현재는 hwp.Pos = hwp.Pos를 호출하여 내부의 _clearReadState 데코레이터를 호출하도록 되어 있음
초기화하는 method를 만들 것인가? 아니면 property로 해결이 가능한가?
getter는 readState 반환, setter는 readState set -> readState를 Boolean으로 만드는 게 나은가?