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
swipeout/src/Swipeout.tsx
Lines 146 to 148 in 8e6d1e7
上面这段代码中的 this.open 方法的第 2、3 个参数是不是反了,虽然最终未影响到代码逻辑,但正确的是不是应该是下面这样的?
this.open
doOpenRight = () => { this.open(-this.btnsRightWidth, false, true); }
The text was updated successfully, but these errors were encountered:
@ystarlongzi 我也觉得是传错了 醉
Sorry, something went wrong.
No branches or pull requests
swipeout/src/Swipeout.tsx
Lines 146 to 148 in 8e6d1e7
上面这段代码中的
this.open
方法的第 2、3 个参数是不是反了,虽然最终未影响到代码逻辑,但正确的是不是应该是下面这样的?The text was updated successfully, but these errors were encountered: