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

Fix/ie 11 scroll listener #646

Merged
merged 3 commits into from
Jul 18, 2018
Merged

Fix/ie 11 scroll listener #646

merged 3 commits into from
Jul 18, 2018

Conversation

alexreardon
Copy link
Collaborator

No description provided.

@@ -184,6 +192,7 @@ export default class DroppableDimensionPublisher extends Component<Props> {
watching.closestScrollable.removeEventListener(
'scroll',
this.onClosestScroll,
listenerOptions,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the ie11 fix - need to remember to call the removeEventListener with the same listener options to remove to the event handler

@alexreardon alexreardon merged commit b276e47 into master Jul 18, 2018
@alexreardon alexreardon deleted the fix/ie-11-scroll-listener branch July 18, 2018 01:27
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

Successfully merging this pull request may close these issues.

1 participant