aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PDFBox.tsx
diff options
context:
space:
mode:
authorAndrew Kim <andrewdkim@users.noreply.github.com>2019-04-20 18:44:39 -0400
committerAndrew Kim <andrewdkim@users.noreply.github.com>2019-04-20 18:44:39 -0400
commit160b52e97a20a83e4ccb06035e5306155d6ff79f (patch)
tree0e11a8df51ab3f5dab79760df5e0ada0c9308ad1 /src/client/views/nodes/PDFBox.tsx
parent840de58f003d0962ef7d3a0ad6ea284d1f4870db (diff)
parent6304e03f953b2cc66dcc1a0900855376ff739015 (diff)
changes
Diffstat (limited to 'src/client/views/nodes/PDFBox.tsx')
-rw-r--r--src/client/views/nodes/PDFBox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/PDFBox.tsx b/src/client/views/nodes/PDFBox.tsx
index 81ceb37f6..c73ee4f21 100644
--- a/src/client/views/nodes/PDFBox.tsx
+++ b/src/client/views/nodes/PDFBox.tsx
@@ -108,6 +108,7 @@ export class PDFBox extends React.Component<FieldViewProps> {
componentWillUnmount() {
if (this._reactionDisposer) {
this._reactionDisposer();
+ this._reactionDisposer = undefined;
}
}