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
选择元素的时候有时候会导致元素粘在鼠标上,应该参考datav的做法,直接拖拽是不可以选中元素,必须先点击然后再拖拽,你们这个插件现在是一开始就触发拖拽事件,导致拖拽的时候就会触发选中
The text was updated successfully, but these errors were encountered:
onSelectEnd事件参数不对:比如:isClick、isDragStart、isDragStartEnd这里面的参数也不对,isClick一直返回的false,isDragStart、isDragStartEnd一直都是true,没有办法正确判断鼠标的操作是什么
Sorry, something went wrong.
No branches or pull requests
Environments
Description
选择元素的时候有时候会导致元素粘在鼠标上,应该参考datav的做法,直接拖拽是不可以选中元素,必须先点击然后再拖拽,你们这个插件现在是一开始就触发拖拽事件,导致拖拽的时候就会触发选中
The text was updated successfully, but these errors were encountered: