Skip to content
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

在回放鼠标上下滚轮滚动的时候,会出现一下子页面滚动到底部或者顶部的问题,原因已找到,望改一下 #2

Open
wuyeyixi opened this issue Aug 25, 2019 · 1 comment

Comments

@wuyeyixi
Copy link

要修改的文件:MouseSimulator.cs(第14行)
原代码: private const int MouseWheelClickSize = 120;
改正后: private const int MouseWheelClickSize = 1;

@loamen
Copy link
Owner

loamen commented Oct 11, 2019

欢迎贡献代码,你可以fork修改后然后发请求,步骤:
1.Fork并克隆到本机
2.创建一个分支并添加你的代码
3.发送一个Pull Request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants