-
Notifications
You must be signed in to change notification settings - Fork 947
New issue
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
fix(web): fix webrender not show when length is 1 #4087
Conversation
|
Hi, @zealotchen0. Thanks for your PR! 👏 🏷️ You can leave a comment in this PR with |
@@ -191,7 +185,7 @@ export default class SizePositionManager { | |||
|
|||
if (currentOffset === offset) { | |||
return middle; | |||
} else if (currentOffset < offset) { | |||
} if (currentOffset < offset) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
换行?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Before submitting a new pull request, please make sure: