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
removeする際には同じ関数への参照を渡す必要がある https://github.com/readcrx-2/read.crx-2/blob/develop/src/ui/PopupView.coffee#L224
refs? #311
The text was updated successfully, but these errors were encountered:
ポップアップ消滅後もpopup_sourceが残っている場合があるみたいなので、remove処理そのものに何か問題がある可能性あり。
popup_source
Sorry, something went wrong.
調べたらpopupInfo.source.off()としておけば個別に削除する必要はない、と言うことで良いのでしょうか?
popupInfo.source.off()
それができるのはjQueryのoff()ですね これはremoveEventListener()のショートハンドのoff()なのでできません
jQuery
off()
removeEventListener()
http://blog.nocorica.jp/2015/05/js-eventlistener/
b446dc3
Merge pull request #328 from awazi/issue321
2be2292
Fix: popupViewのEventがremoveできていない close #321
No branches or pull requests
removeする際には同じ関数への参照を渡す必要がある
https://github.com/readcrx-2/read.crx-2/blob/develop/src/ui/PopupView.coffee#L224
refs? #311
The text was updated successfully, but these errors were encountered: