We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前塞在 adjustMember() 當中計算只是方便而已,(應該)沒有必要性。反之,如果沒有呼叫過 adjustMember() 則無法取得值,這設計本身就有點詭異 🙊
adjustMember()
假若 LayerContainer 需要 getViewSize() 來決定自身大小(好讓其 parent 產生 scroll bar),就會造成近似 deadlock 的狀態。
LayerContainer
getViewSize()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前塞在
adjustMember()
當中計算只是方便而已,(應該)沒有必要性。反之,如果沒有呼叫過adjustMember()
則無法取得值,這設計本身就有點詭異 🙊假若
LayerContainer
需要getViewSize()
來決定自身大小(好讓其 parent 產生 scroll bar),就會造成近似 deadlock 的狀態。The text was updated successfully, but these errors were encountered: