aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-04-16 00:37:07 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-04-16 00:37:07 -0400
commit13ced657b7a3292e57150bf5e44412d7068b7e3d (patch)
tree159d38ecda1f46ce48b1b7595844de2a028a1854 /src/client/views/nodes/ImageBox.tsx
parentff6ba4107aa33e021803399180b0d2844fc19d84 (diff)
code clean up and fix to performance issues.
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
-rw-r--r--src/client/views/nodes/ImageBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx
index 9bdbfbb5d..edd7f55fc 100644
--- a/src/client/views/nodes/ImageBox.tsx
+++ b/src/client/views/nodes/ImageBox.tsx
@@ -81,7 +81,7 @@ export class ImageBox extends React.Component<FieldViewProps> {
}
e.stopPropagation();
}
- }))
+ }));
// de.data.removeDocument() bcz: need to implement
}
}