Oop, knew I stored that reference for a reason

This commit is contained in:
Tom Moor
2017-07-11 23:27:19 -07:00
parent 8ddc3fdf10
commit 01b18a83cb

View File

@@ -62,6 +62,7 @@ type Props = {
}
componentWillUnmount() {
clearTimeout(this.savedTimeout);
this.props.ui.clearActiveDocument();
}