aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/EditableView.tsx
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-07-22 15:36:26 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-07-22 15:36:26 -0400
commitdb7b55c3cc6f1907d19de83253cd1b1e1cfaf246 (patch)
treef99b083b0726e7947d178049114fef9beffcad6b /src/client/views/EditableView.tsx
parent3e3d592e677a30c7fb7ca721293ea09b231a97a3 (diff)
parent872d5b1ddd8868d316b0775317a73a04de8c240b (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/EditableView.tsx')
-rw-r--r--src/client/views/EditableView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/EditableView.tsx b/src/client/views/EditableView.tsx
index 989fb1be9..f2cdffd38 100644
--- a/src/client/views/EditableView.tsx
+++ b/src/client/views/EditableView.tsx
@@ -67,6 +67,7 @@ export class EditableView extends React.Component<EditableProps> {
@action
onClick = (e: React.MouseEvent) => {
+ e.nativeEvent.stopPropagation();
if (!this.props.onClick || !this.props.onClick(e)) {
this._editing = true;
}