From 01b18a83cb93c56b1f979037dd330add61ce0331 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 11 Jul 2017 23:27:19 -0700 Subject: [PATCH] Oop, knew I stored that reference for a reason --- frontend/scenes/Document/Document.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/scenes/Document/Document.js b/frontend/scenes/Document/Document.js index e58652af4..7f6d95107 100644 --- a/frontend/scenes/Document/Document.js +++ b/frontend/scenes/Document/Document.js @@ -62,6 +62,7 @@ type Props = { } componentWillUnmount() { + clearTimeout(this.savedTimeout); this.props.ui.clearActiveDocument(); }