diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-22 15:36:26 -0400 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-22 15:36:26 -0400 |
commit | db7b55c3cc6f1907d19de83253cd1b1e1cfaf246 (patch) | |
tree | f99b083b0726e7947d178049114fef9beffcad6b /src/client/views/EditableView.tsx | |
parent | 3e3d592e677a30c7fb7ca721293ea09b231a97a3 (diff) | |
parent | 872d5b1ddd8868d316b0775317a73a04de8c240b (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.tsx | 1 |
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; } |