aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/EditableView.tsx
diff options
context:
space:
mode:
authorSam Wilkins <abdullah_ahmed@brown.edu>2019-07-19 16:21:19 -0400
committerSam Wilkins <abdullah_ahmed@brown.edu>2019-07-19 16:21:19 -0400
commit5da4de27c45e4f40c88b710be64f0129e9be7088 (patch)
treec368b413d59f09d79798697fce4b1976580db6ff /src/client/views/EditableView.tsx
parente1b11d49cc73ae9cfe85c5225537d681bbc976cc (diff)
focused cell styling + click editable view changes focuses on that cell
Diffstat (limited to 'src/client/views/EditableView.tsx')
-rw-r--r--src/client/views/EditableView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/EditableView.tsx b/src/client/views/EditableView.tsx
index 42faedf9d..9471ae98a 100644
--- a/src/client/views/EditableView.tsx
+++ b/src/client/views/EditableView.tsx
@@ -79,7 +79,7 @@ export class EditableView extends React.Component<EditableProps> {
if (!this.props.onClick || !this.props.onClick(e)) {
this._editing = true;
this.props.isEditingCallback && this.props.isEditingCallback(true);
- }
+ }
e.stopPropagation();
}