Skip to content

Update Section.js#34

Open
EvgeniyPolovniy wants to merge 1 commit intosubtirelumihail:masterfrom
EvgeniyPolovniy:master
Open

Update Section.js#34
EvgeniyPolovniy wants to merge 1 commit intosubtirelumihail:masterfrom
EvgeniyPolovniy:master

Conversation

@EvgeniyPolovniy
Copy link

Fix issue with event listeners. Resize listeners wasn't removed on componentWillUnmount(). The function that applied as a listener not equal to a function that removed. This fix makes a link to the function inside object scope and will be visible from window scope (required to correct remove event listener).

Fix issue with event listeners. Resize listeners wasn't removed on componentWillUnmount(). The function that applied as a listener not equal to a function that removed. This fix makes a link to the function inside object scope and will be visible from window scope (required to correct remove event listener).
@ThoughtlessTHT
Copy link

#35

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.

3 participants