Migrate legacy connections

This commit is contained in:
Thomas Nordquist
2019-02-17 12:54:51 +01:00
parent 7d165bb342
commit 6d81520ff9
3 changed files with 29 additions and 27 deletions

View File

@@ -58,7 +58,7 @@ class TreeNodeSubnodes extends React.Component<Props, State> {
}
public componentWillUnmount() {
window.cancelAnimationFrame(this.renderMoreAnimationFrame)
window.cancelIdleCallback(this.renderMoreAnimationFrame)
}
public render() {