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

发现了一个关于destroy的BUG #3

Closed
roger2002 opened this issue Jul 6, 2017 · 2 comments
Closed

发现了一个关于destroy的BUG #3

roger2002 opened this issue Jul 6, 2017 · 2 comments
Labels

Comments

@roger2002
Copy link

destroy之前没有取消控件的事件监听,会导致重新建立控件的时候出现多次触发event的BUG导致选择失效,在destroy()删除DOM元素之前先this.unbindEvent(); 可修复此BUG

@Janking
Copy link
Owner

Janking commented Jul 6, 2017

@roger2002 谢谢,遗漏unbindEvent

@Janking Janking added the bug label Jul 6, 2017
@Janking
Copy link
Owner

Janking commented Jul 6, 2017

@roger2002 已更新,版本不变

@Janking Janking closed this as completed Jul 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants