diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-08-29 18:43:32 -0400 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-08-29 18:43:32 -0400 |
| commit | e0bfe978e029268b3901b5d098f946b1a6fc7d0d (patch) | |
| tree | 72720028c5490417efd74766fc7910793d0c3204 /src/client/views/MainView.tsx | |
| parent | 72a867862313aa2063e346a777d6b73e69b4c0ae (diff) | |
ui fixes, datadoc resolved
Diffstat (limited to 'src/client/views/MainView.tsx')
| -rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 57eb30439..3a5795077 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -204,6 +204,7 @@ export class MainView extends React.Component { const targets = document.elementsFromPoint(e.x, e.y); if (targets && targets.length && targets[0].className.toString().indexOf("contextMenu") === -1) { ContextMenu.Instance.closeMenu(); + Recommendations.Instance.closeMenu(); } }); |
