diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2020-08-01 15:11:58 +0800 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-08-01 15:11:58 +0800 |
| commit | ddd6806e5684608a95d3c00357db730bdbf203c9 (patch) | |
| tree | 2b6f694a4b2897974125ceeec005285ca1a87baa /src/client/views/presentationview | |
| parent | cab9d814b06987a43e06cf034c61b246acdec9d3 (diff) | |
small changes
Diffstat (limited to 'src/client/views/presentationview')
| -rw-r--r-- | src/client/views/presentationview/PresElementBox.tsx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/views/presentationview/PresElementBox.tsx b/src/client/views/presentationview/PresElementBox.tsx index 1c04fdf56..a0c7ad94b 100644 --- a/src/client/views/presentationview/PresElementBox.tsx +++ b/src/client/views/presentationview/PresElementBox.tsx @@ -248,10 +248,7 @@ export class PresElementBox extends ViewBoxBaseComponent<FieldViewProps, PresDoc console.log("normal click"); } }} - onPointerDown={e => { - this.props.dropAction; - e.stopPropagation(); - }} + onPointerDown={e => { }} > {treecontainer ? (null) : <> <div className="presElementBox-number"> |
