diff options
author | andrewdkim <adkim414@gmail.com> | 2019-07-22 15:47:37 -0400 |
---|---|---|
committer | andrewdkim <adkim414@gmail.com> | 2019-07-22 15:47:37 -0400 |
commit | 5c0defdb56b4c31bb4ab2670990a51b6f05d1a5e (patch) | |
tree | 85f608ac6c5ce277f3ff3fa261ec8bb9fb22589d /src/client/views/EditableView.tsx | |
parent | 9e093b9652750cfd102864c551ed8564a04df92e (diff) | |
parent | 291ae12b0c4587c4f656caac6d402413cc8ec76d (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into animationtimeline
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; } |