diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2020-07-15 22:04:59 +0800 | 
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-07-15 22:04:59 +0800 | 
| commit | 11ca5a85ff8ecf7c1709331c12d75213fdfa1589 (patch) | |
| tree | 15b272229e84cda938ad95abc945b773f63ee4c7 /src/client/views/presentationview/PresElementBox.tsx | |
| parent | 1272cde12481ade17c78ef66520d43961356bffa (diff) | |
added progressivize features
Diffstat (limited to 'src/client/views/presentationview/PresElementBox.tsx')
| -rw-r--r-- | src/client/views/presentationview/PresElementBox.tsx | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/presentationview/PresElementBox.tsx b/src/client/views/presentationview/PresElementBox.tsx index f30ee2a5c..fc040f67b 100644 --- a/src/client/views/presentationview/PresElementBox.tsx +++ b/src/client/views/presentationview/PresElementBox.tsx @@ -230,7 +230,8 @@ export class PresElementBox extends ViewBoxBaseComponent<FieldViewProps, PresDoc                          console.log("normal click");                      }                  }} -                onPointerDown={e => e.stopPropagation()}> +            // onPointerDown={e => e.stopPropagation()} +            >                  {treecontainer ? (null) : <>                      <div className="presElementBox-number">                          {`${this.indexInPres + 1}.`}  | 
