diff options
| author | bobzel <zzzman@gmail.com> | 2020-09-07 12:00:00 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-09-07 12:00:00 -0400 |
| commit | ceb892fe906c5936f5b5b4e65ea3a4e1c05aa289 (patch) | |
| tree | de0069ee03d3bc2a02664a2d5b2604a62b36fff3 /src/client/views/collections/CollectionLinearView.tsx | |
| parent | 004335fc4052205d6972b3f9efa8b65e5d384006 (diff) | |
| parent | 57f38d12df47b4bc48ea484ea4023455ce5156a4 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/collections/CollectionLinearView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionLinearView.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionLinearView.tsx b/src/client/views/collections/CollectionLinearView.tsx index 9eaa02bf8..ea050011a 100644 --- a/src/client/views/collections/CollectionLinearView.tsx +++ b/src/client/views/collections/CollectionLinearView.tsx @@ -171,7 +171,8 @@ export class CollectionLinearView extends CollectionSubView(LinearDocument) { })} </div> {DocumentLinksButton.StartLink ? <span className="bottomPopup-background" style={{ - background: backgroundColor === color ? "black" : backgroundColor + background: backgroundColor === color ? "black" : backgroundColor, + pointerEvents: "all" }} onPointerDown={e => e.stopPropagation()} > <span className="bottomPopup-text" > |
